Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/3] Object group privileges
@ 2018-06-08  9:06 Georgy Kirichenko
  2018-06-08  9:06 ` [tarantool-patches] [PATCH 1/3] box: Add privilleges constants to lua Georgy Kirichenko
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Georgy Kirichenko @ 2018-06-08  9:06 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Georgy Kirichenko

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-06-08 17:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  9:06 [tarantool-patches] [PATCH 0/3] Object group privileges Georgy Kirichenko
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox