Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_session/on_access_denied — English |
Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_session/on_access_denied — English |
> log.warn('User %s tried to %s %s %s without required privileges', box.session.user(), op, type, name)
> end
---
...
tarantool> box.session.on_access_denied(on_access_denied)
---
- 'function: 0x011b41af38'
...
tarantool> function test() print('you shall not pass') end
---
...
tarantool> box.schema.func.create('test')
---
...