Constant btlib::atomic_file::mask::OWNER_ONLY
source · pub const OWNER_ONLY: u32 = 0o077;
Expand description
A mask which only allows the owner to access a file.
pub const OWNER_ONLY: u32 = 0o077;
A mask which only allows the owner to access a file.