Commit f46350c3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Adjustments to solaris sandbox.

Submitted by:	Nils Goroll
parent 601d7d3f
......@@ -224,10 +224,10 @@ mgt_sandbox_solaris_fini(void)
"Child start warning: Waiving privileges failed on %s: errno=%d (%s)", \
#which, errno, strerror(errno));
SETPPRIV(PRIV_INHERITABLE, inheritable);
SETPPRIV(PRIV_EFFECTIVE, effective);
SETPPRIV(PRIV_PERMITTED, permitted);
SETPPRIV(PRIV_LIMIT, permitted);
SETPPRIV(PRIV_PERMITTED, permitted);
SETPPRIV(PRIV_EFFECTIVE, effective);
SETPPRIV(PRIV_INHERITABLE, inheritable);
#undef SETPPRIV
priv_freeset(inheritable);
......
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