We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2cd590 + bc405e5 commit 831b3a2Copy full SHA for 831b3a2
src/unix/solarish/mod.rs
@@ -2233,6 +2233,14 @@ pub const __PROC_PROTECT: ::c_uint = 0x0008;
2233
pub const NET_MAC_AWARE: ::c_uint = 0x0010;
2234
pub const NET_MAC_AWARE_INHERIT: ::c_uint = 0x0020;
2235
pub const PRIV_AWARE_RESET: ::c_uint = 0x0040;
2236
+pub const PRIV_XPOLICY: ::c_uint = 0x0080;
2237
+pub const PRIV_PFEXEC: ::c_uint = 0x0100;
2238
+pub const PRIV_USER: ::c_uint = PRIV_DEBUG
2239
+ | NET_MAC_AWARE
2240
+ | NET_MAC_AWARE_INHERIT
2241
+ | PRIV_XPOLICY
2242
+ | PRIV_AWARE_RESET
2243
+ | PRIV_PFEXEC;
2244
2245
// As per sys/socket.h, header alignment must be 8 bytes on SPARC
2246
// and 4 bytes everywhere else:
0 commit comments