Constant CAP_FSETID
pub const CAP_FSETID: i32 = 4;
Available on crate feature
dep_nc
only.Expand description
Overrides the following restrictions that the effective user ID
shall match the file owner ID when setting the S_ISUID
and S_ISGID
bits on that file.
That the effective group ID (or one of the supplementary group IDs)
shall match the file owner ID when setting the S_ISGID
bit on that file;
that the S_ISUID
and S_ISGID
bits are cleared on successful return
from chown(2) (not implemented).