Constant CAP_CHOWN
pub const CAP_CHOWN: i32 = 0;
Available on crate feature
dep_nc
only.Expand description
POSIX-draft defined capabilities.
In a system with the _POSIX_CHOWN_RESTRICTED
option defined, this
overrides the restriction of changing file ownership and group ownership.