Commit 00566769 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add file_read to the privilege set we need on Solaris

Fixes: #912
parent 63ec0443
......@@ -98,6 +98,7 @@ mgt_sandbox(void)
* silently ignore any errors if it doesn't exist
*/
priv_addset(minimal, "net_access");
priv_addset(minimal, "file_read");
#define SETPPRIV(which, set) \
if (setppriv(PRIV_SET, which, set)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment