security: Change checks on usage access
* Add following behavior: Owner of object can't utilize her own objects if she has not usage access. * Change access checks of space, sequence, function objects Similar checks of other objects are performed in alter.cc. Closes gh-3089
Showing
- src/box/call.c 6 additions, 1 deletionsrc/box/call.c
- src/box/sequence.c 7 additions, 2 deletionssrc/box/sequence.c
- src/box/space.c 6 additions, 2 deletionssrc/box/space.c
- test/box/access_misc.result 103 additions, 0 deletionstest/box/access_misc.result
- test/box/access_misc.test.lua 40 additions, 0 deletionstest/box/access_misc.test.lua
Loading
Please register or sign in to comment