Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ impl fmt::Display for Capability {
/// Refer to the [Linux kernel capabilities
/// FAQ](ftp://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.2/capfaq-0.2.txt) for
/// more details.
#[derive(Copy, Clone)]
pub enum Flag {
/// When a process tries to do a privileged operation, the
/// operating system will check the appropriate bit in the effective set
Expand Down