package
3.0.2+incompatible
Repository: https://github.com/phsym/image.git
Documentation: pkg.go.dev

# 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.

# Structs

Key represents a single key linked to one or more kernel keyrings.

# Interfaces

ID is unique 32-bit serial number identifiers for all Keys and Keyrings have.
Keyring is the basic interface to a linux keyctl keyring.

# 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.