Documentation ¶ Index ¶ func ModKeyringPerm(ringId KeySerial, mask, setbits uint32) error type KeySerial func JoinSessionKeyring(name string) (KeySerial, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ModKeyringPerm ¶ func ModKeyringPerm(ringId KeySerial, mask, setbits uint32) error ModKeyringPerm modifies permissions on a keyring by reading the current permissions, anding the bits with the given mask (clearing permissions) and setting additional permission bits Types ¶ type KeySerial ¶ type KeySerial uint32 func JoinSessionKeyring ¶ func JoinSessionKeyring(name string) (KeySerial, error) Source Files ¶ keyctl.go Click to show internal directories. Click to hide internal directories.