Enum caps::CapSet
[−]
[src]
pub enum CapSet {
Ambient,
Bounding,
Effective,
Inheritable,
Permitted,
}Linux capabilities sets.
All capabilities sets supported by Linux, including standard
POSIX and custom ones. See capabilities(7).
Variants
AmbientAmbient capabilities set (from Linux 4.3).
BoundingBounding capabilities set (from Linux 2.6.25)
EffectiveEffective capabilities set (from POSIX)
InheritableInheritable capabilities set (from POSIX)
PermittedPermitted capabilities set (from POSIX)
Trait Implementations
impl Debug for CapSet[src]
impl Clone for CapSet[src]
fn clone(&self) -> CapSet[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more