From: Ilya Markov <imarkov@tarantool.org> To: georgy@tarantool.org Cc: tarantool-patches@freelists.org Subject: [tarantool-patches] [security 0/3] System space access check lists Date: Wed, 28 Mar 2018 11:09:24 +0300 [thread overview] Message-ID: <cover.1522224470.git.imarkov@tarantool.org> (raw) branch: gh-3250-system-space-access Ilya Markov (2): box: Add system view for _sequence system space security: Refactor reads from systems spaces imarkov (1): security: Refactor system space access checks src/box/alter.cc | 251 +++++++++++++++++++++++-------------- src/box/bootstrap.snap | Bin 1504 -> 1540 bytes src/box/index.cc | 1 + src/box/lua/schema.lua | 103 ++++++++------- src/box/lua/space.cc | 2 + src/box/lua/upgrade.lua | 34 +++-- src/box/schema.cc | 118 ++++++++++++++++- src/box/schema.h | 28 +++-- src/box/schema_def.h | 2 + src/box/space.c | 3 +- src/box/space.h | 17 ++- src/box/sysview_engine.c | 4 + src/box/sysview_index.c | 28 +++++ src/box/user.cc | 4 - src/box/user.h | 7 ++ test/app-tap/tarantoolctl.test.lua | 4 +- test/box-py/bootstrap.result | 11 +- test/box/access.result | 69 +++++----- test/box/access.test.lua | 35 +++--- test/box/access_bin.result | 8 +- test/box/access_misc.result | 51 ++++++-- test/box/access_misc.test.lua | 11 +- test/box/access_sysview.result | 77 ++++++++++-- test/box/access_sysview.test.lua | 28 ++++- test/box/alter.result | 3 + 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 | 17 ++- test/box/sequence.test.lua | 10 +- test/box/transaction.result | 6 +- test/engine/truncate.result | 2 +- test/xlog/upgrade.result | 11 +- 35 files changed, 723 insertions(+), 278 deletions(-) -- 2.7.4
next reply other threads:[~2018-03-28 8:09 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-03-28 8:09 Ilya Markov [this message] 2018-03-28 8:09 ` [tarantool-patches] [security 1/3] box: Add system view for _sequence system space Ilya Markov 2018-03-28 8:09 ` [tarantool-patches] [security 2/3] security: Refactor reads from systems spaces Ilya Markov 2018-03-28 8:09 ` [tarantool-patches] [security 3/3] security: Refactor system space access checks Ilya Markov 2018-03-29 7:36 [tarantool-patches] [security 0/3] System space access check lists 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.1522224470.git.imarkov@tarantool.org \ --to=imarkov@tarantool.org \ --cc=georgy@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [security 0/3] System space access check 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