Skip to content
Snippets Groups Projects
Commit 4a50e1c4 authored by Mergen Imeev's avatar Mergen Imeev Committed by Kirill Yukhin
Browse files

box: remove unnecessary rights from peristent functions

After this patch, the persistent functions "box.schema.user.info" and
"LUA" will have the same rights as the user who executed them.

The problem was that setuid was unnecessarily set. Because of this,
these functions had the same rights as the user who created them.
However, they must have the same rights as the user who used them.

Fixes tarantool/security#1
parent 95aa7d20
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment