From: Ilya Markov <imarkov@tarantool.org> To: kostja@tarantool.org Cc: georgy@tarantool.org, tarantool-patches@freelists.org Subject: [tarantool-patches] [security 0/2] Access control lists Date: Thu, 17 May 2018 19:15:15 +0300 [thread overview] Message-ID: <cover.1526573595.git.imarkov@tarantool.org> (raw) In-Reply-To: <20180516192726.GB9640@atlas> Ilya Markov (2): security: Refactor reads from systems spaces security: Refactor system space access checks branch: gh-3250-system-space-access src/box/alter.cc | 156 ++++++++++++++++++----------- src/box/lua/schema.lua | 97 ++++++++++-------- src/box/schema.cc | 90 +++++++++++++++++ src/box/schema.h | 10 ++ src/box/space.c | 3 +- src/box/space.h | 17 +++- src/box/sysview_engine.c | 1 + src/box/sysview_index.c | 78 ++++++++++----- test/box/access.result | 192 +++++++++++++++++++++++++++++------- test/box/access.test.lua | 86 +++++++++++----- test/box/access_bin.result | 2 +- test/box/access_bin.test.lua | 2 +- test/box/access_escalation.result | 41 +++++++- test/box/access_escalation.test.lua | 17 +++- test/box/access_misc.result | 76 ++++++++++++-- test/box/access_misc.test.lua | 24 ++++- 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 | 10 +- test/box/net.box.test.lua | 6 +- test/box/on_replace.result | 8 +- test/box/role.result | 27 ++++- test/box/role.test.lua | 13 ++- test/box/sequence.result | 22 +++-- test/box/sequence.test.lua | 13 +-- 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 +- 32 files changed, 793 insertions(+), 259 deletions(-) -- 2.7.4
next prev parent reply other threads:[~2018-05-17 16:15 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-05-16 12:37 [tarantool-patches] [security 0/2] System spaces access " Ilya Markov 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 ` Ilya Markov [this message] 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.1526573595.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] 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