Crate keyutils [] [src]

TODO

Structs

Key
KeyDescription

Structure representing the metadata about a key or keyring.

KeyManager

A manager for a key to respond to instantiate a key request by the kernel.

Keyring

Representation of a kernel keyring.

KeyringPermission

Enums

DefaultKeyring

An enumeration for the keyrings which may be set as the default.

SpecialKeyring

Special keyrings predefined for a process.

Constants

GROUP_ALL
GROUP_LINK
GROUP_READ
GROUP_SEARCH
GROUP_SET_ATTRIBUTE
GROUP_VIEW
GROUP_WRITE
OTHER_ALL
OTHER_LINK
OTHER_READ
OTHER_SEARCH
OTHER_SET_ATTRIBUTE
OTHER_VIEW
OTHER_WRITE
POSSESSOR_ALL
POSSESSOR_LINK
POSSESSOR_READ
POSSESSOR_SEARCH
POSSESSOR_SET_ATTRIBUTE
POSSESSOR_VIEW
POSSESSOR_WRITE
USER_ALL
USER_LINK
USER_READ
USER_SEARCH
USER_SET_ATTRIBUTE
USER_VIEW
USER_WRITE

Type Definitions

Error
KeyPermissions

The kernel type for representing a keyring's (or key's) permission.

KeyringDefaultSerial

The kernel type for representing a default keyring.

KeyringSerial

The kernel type for representing a keyring (or key).

Result