Crate capabilities [] [src]

Structs

Capabilities

A capability set that can be manipulated.

Enums

Capability

Capability descriptions taken from: https://github.com/torvalds/linux/blob/master/include/uapi/linux/capability.h

Flag

A process has three sets of bitmaps called the inheritable(I), permitted(P), and effective(E) capabilities. Each capability is implemented as a bit in each of these bitmaps which is either set or unset.

Traits

Bound

The bound trait checks if the capability is set for the current process.

Type Definitions

cap_value_t