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

Ambient capabilities set (from Linux 4.3).

Bounding capabilities set (from Linux 2.6.25)

Effective capabilities set (from POSIX)

Inheritable capabilities set (from POSIX)

Permitted capabilities set (from POSIX)

Trait Implementations

impl Debug for CapSet
[src]

Formats the value using the given formatter. Read more

impl Clone for CapSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CapSet
[src]

Auto Trait Implementations

impl Send for CapSet

impl Sync for CapSet