From: Georgy Kirichenko <georgy@tarantool.org> To: tarantool-patches@freelists.org Cc: Georgy Kirichenko <georgy@tarantool.org> Subject: [tarantool-patches] [PATCH 0/3] Object group privileges Date: Fri, 8 Jun 2018 12:06:31 +0300 [thread overview] Message-ID: <cover.1528448404.git.georgy@tarantool.org> (raw) Introduce spaces, functions and sequences privileges with some minor refactoring. Georgy Kirichenko : Overall review and fixes imarkov (3): box: Add privilleges constants to lua security: add limits on object_type-privilege pair Introduce privileges for object groups src/box/alter.cc | 18 ++++--- src/box/call.c | 2 + src/box/errcode.h | 2 +- src/box/lua/schema.lua | 87 +++++++++++++++++++++++++++------ src/box/lua/upgrade.lua | 40 +++++++-------- src/box/schema.cc | 8 +++ src/box/schema.h | 26 ++++++++++ src/box/sequence.c | 1 + src/box/space.c | 2 + src/box/sysview_index.c | 11 +++++ src/box/user.cc | 12 +++++ test/box/access.result | 94 ++++++++++++++++++++++++++++++++++++ test/box/access.test.lua | 38 ++++++++++++++- test/box/lua/identifier.lua | 1 - test/box/misc.result | 47 +++++++++--------- test/engine/iterator.result | 2 +- test/engine/savepoint.result | 12 ++--- 17 files changed, 330 insertions(+), 73 deletions(-) -- branch: https://github.com/tarantool/tarantool/tree/gh-3249-group-acl issue: https://github.com/tarantool/tarantool/issues/945 2.17.1
next reply other threads:[~2018-06-08 9:06 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-06-08 9:06 Georgy Kirichenko [this message] 2018-06-08 9:06 ` [tarantool-patches] [PATCH 1/3] box: Add privilleges constants to lua Georgy Kirichenko 2018-06-08 10:31 ` [tarantool-patches] " Vladislav Shpilevoy 2018-06-08 13:20 ` Konstantin Osipov 2018-06-08 9:06 ` [tarantool-patches] [PATCH 2/3] security: add limits on object_type-privilege pair Georgy Kirichenko 2018-06-08 14:01 ` [tarantool-patches] " Konstantin Osipov 2018-06-08 9:06 ` [tarantool-patches] [PATCH 3/3] Introduce privileges for object groups Georgy Kirichenko 2018-06-08 17:26 ` [tarantool-patches] " Konstantin Osipov
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.1528448404.git.georgy@tarantool.org \ --to=georgy@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH 0/3] Object group privileges' \ /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