Constant PR_GET_KEEPCAPS
pub const PR_GET_KEEPCAPS: i32 = 7;
Available on crate feature
dep_nc
only.Expand description
Get/set whether or not to drop capabilities on setuid()
away from
uid 0 (as per security/commoncap.c
)
pub const PR_GET_KEEPCAPS: i32 = 7;
dep_nc
only.Get/set whether or not to drop capabilities on setuid()
away from
uid 0 (as per security/commoncap.c
)