From: Ilya Markov <imarkov@tarantool.org> To: georgy@tarantool.org Cc: kostja@tarantool.org, tarantool-patches@freelists.org Subject: [tarantool-patches] [security 0/2] System spaces access control lists Date: Wed, 16 May 2018 15:37:25 +0300 [thread overview] Message-ID: <cover.1526474053.git.imarkov@tarantool.org> (raw) Ilya Markov (1): security: Refactor reads from systems spaces imarkov (1): security: Refactor system space access checks branch: gh-3250-system-space-access src/box/alter.cc | 280 ++++++++++++++++++++++++--------------- src/box/lua/schema.lua | 109 +++++++-------- src/box/schema.cc | 105 +++++++++++++++ src/box/schema.h | 14 ++ src/box/space.c | 3 +- src/box/space.h | 17 ++- src/box/sysview_engine.c | 1 + src/box/sysview_index.c | 86 +++++++----- src/box/user.h | 7 + test/box/access.result | 213 ++++++++++++++++++++++++----- test/box/access.test.lua | 92 +++++++++---- test/box/access_bin.result | 16 ++- test/box/access_bin.test.lua | 4 +- test/box/access_misc.result | 46 +++++-- test/box/access_misc.test.lua | 14 +- test/box/access_sysview.result | 11 +- test/box/access_sysview.test.lua | 6 +- test/box/ddl.result | 4 + test/box/ddl.test.lua | 2 + test/box/net.box.result | 6 + test/box/net.box.test.lua | 2 + test/box/on_replace.result | 8 +- test/box/role.result | 27 +++- test/box/role.test.lua | 13 +- test/box/sequence.result | 20 +-- test/box/sequence.test.lua | 11 +- test/box/transaction.result | 18 ++- test/box/transaction.test.lua | 4 + test/engine/iterator.result | 2 +- test/engine/savepoint.result | 12 +- test/engine/truncate.result | 2 +- 31 files changed, 838 insertions(+), 317 deletions(-) -- 2.7.4
next reply other threads:[~2018-05-16 12:37 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-05-16 12:37 Ilya Markov [this message] 2018-05-16 12:37 ` [tarantool-patches] [security 1/2] security: Refactor reads from systems spaces Ilya Markov 2018-05-16 19:22 ` [tarantool-patches] " Konstantin Osipov 2018-05-16 12:37 ` [tarantool-patches] [security 2/2] security: Refactor system space access checks Ilya Markov 2018-05-16 19:27 ` [tarantool-patches] " Konstantin Osipov 2018-05-17 16:15 ` [tarantool-patches] [security 0/2] Access control lists Ilya Markov 2018-05-17 16:15 ` [tarantool-patches] [security 1/2] security: Refactor reads from systems spaces Ilya Markov 2018-05-17 16:15 ` [tarantool-patches] [security 2/2] security: Refactor system space access checks Ilya Markov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1526474053.git.imarkov@tarantool.org \ --to=imarkov@tarantool.org \ --cc=georgy@tarantool.org \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [security 0/2] System spaces access control lists' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox