Enum ktrace::CapabilityFailureType [] [src]

pub enum CapabilityFailureType {
    NotCapable,
    Increase,
    Syscall,
    Lookup,
}

Ways that capability-aware operations can fail

Variants

insufficient capabilities in cap_check()

attempt to increase capabilities

disallowed system call

disallowed VFS lookup

Trait Implementations

impl Clone for CapabilityFailureType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CapabilityFailureType
[src]

Formats the value using the given formatter.