Docs.rs
capabilities-0.3.0
capabilities 0.3.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
gcmurphy
Dependencies
libc ^0.2.4
normal
Versions
95.24%
of the crate is documented
This release has been yanked
Platform
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate capabilities
capabilities
0.3.0
All Items
Crate Items
Structs
Enums
Traits
Type Aliases
Crate
capabilities
Copy item path
Source
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 Aliases
§
cap_
value_
t