Constant CAP_FOWNER
pub const CAP_FOWNER: i32 = 3;
Available on crate feature
dep_nc
only.Expand description
Overrides all restrictions about allowed operations on files, where
file owner ID must be equal to the user ID, except where CAP_FSETID
is applicable. It doesn’t override MAC and DAC restrictions.