Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
00566769
Commit
00566769
authored
Sep 21, 2011
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add file_read to the privilege set we need on Solaris
Fixes: #912
parent
63ec0443
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mgt_sandbox.c
bin/varnishd/mgt_sandbox.c
+1
-0
No files found.
bin/varnishd/mgt_sandbox.c
View file @
00566769
...
...
@@ -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)) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment