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