# Functions
Link a key into a keyring.
SessionKeyring returns the current login session keyring.
SetPerm sets the permissions on a key or keyring.
Unlink an object from a keyring.
UserKeyring returns the keyring specific to the current user.
# Constants
PermGroupAll sets all permission for Group.
PermOtherAll sets all permission for Other.
PermProcessAll sets all permission for Processor.
PermUserAll sets all permission for User.
# Type aliases
KeyPerm represents in-kernel access control permission to keys and keyrings as a 32-bit integer broken up into four permission sets, one per byte.