[Kimchi-devel] [PATCH] [WoK] Asynchronous UI notification implementation

Lucio Correia luciojhc at linux.vnet.ibm.com
Mon Feb 27 21:18:56 UTC 2017


On 27/02/2017 18:12, Daniel Henrique Barboza wrote:
>>>> +BASE_DIRECTORY = '/run'
>>> Suggestion to use:
>>> os.path.join('/run/user', str(os.getuid()))
>>> in order tests may be run with root.
>
> I would prefer to choose a path that can be written by anyone else to
> allow the push_server
> to be started without root.

Sorry, I meant *without* root.
/run/user/<UID> allows for that, it's writable by the user that started 
wokd, be it root or not.

-- 
Lucio Correia



More information about the Kimchi-devel mailing list