Expand description
Ownership identities and POSIX access-control lists.
Structs§
- Macos
Ace - A portable macOS extended ACL entry.
- Macos
AceFlags - Inheritance flags used by macOS extended ACL entries.
- Macos
AceMask - Permission bits used by macOS extended ACL entries.
- Macos
Acl - A portable macOS extended access-control list.
- Nfs4Ace
- A portable NFSv4 ACL entry.
- Nfs4
AceFlags - Inheritance and audit/alarm flags used by NFSv4 ACL entries.
- Nfs4
AceMask - Permission bits used by NFSv4 ACL entries.
- Nfs4Acl
- A portable NFSv4 access-control list.
- Permission
- Unix read/write/execute permission bits, as granted by one class of a
crate::metadata::Modeor one entry of a POSIX ACL. - Posix
Ace - A portable POSIX.1e ACL entry.
- Posix
Acl - A validated, portable POSIX.1e access-control list.
- Security
Info - Snapshot of a VFS target’s process security context.
- SidName
- A Windows SID together with its resolved account name.
- Token
Group - A Windows token group SID and its attribute mask.
- Unix
Security Info - Unix identity information for a VFS target.
- Windows
Token Info - Windows token information for a VFS target.
Enums§
- Acl
- A portable access-control list of any supported kind.
- AclKind
- Selects which kind of access-control list a
get_acl-style operation should read. - Macos
AceType - The kind of a macOS extended ACL entry.
- Nfs4
AceQualifier - The principal selected by an NFSv4 ACL entry.
- Nfs4
AceType - The kind of an NFSv4 ACL entry.
- Ownership
Identity - An owner or group selected by numeric ID, account name, or Windows SID.
- Posix
AclError - Validation error returned while constructing a POSIX ACL.
- Posix
AclQualifier - The principal or class selected by a POSIX.1e ACL entry.
- Principal
Id - A principal identifier of a specific kind, used with
Vfs::resolve_principal_idto convert between them (e.g. a Unix uid/gid and a macOSguid_t). - Principal
IdKind - Selects which
PrincipalIdvariant aresolve_principal_id-style operation should produce. - SidName
Use - Classification returned by Windows account-name lookup.