[tarantool-patches] Re: [PATCH v1 1/1] box: support reload whole module

Kirill Shcherbatov kshcherbatov at tarantool.org
Wed Jul 11 15:52:46 MSK 2018


On 11.07.2018 15:46, Vladimir Davydov wrote:
> AFAIU a user may reload a whole module only if he has the global EXECUTE
> privilege (because we don't have such an entity as module in our data
> dictionary to grant access rights for). access_check_func(), which is
> called by func_reload(), already checks the global EXECUTE privilege and
> returns 0 (success) if it is set, no matter if the function was found or
> not. So all you have to do is call module_reload() from func_reload() if
> access_check_func() returned func = NULL, no?

No, this call iterates through all loaded functions of specified module and 
reload all that belongs to initiator if any.



More information about the Tarantool-patches mailing list