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
type KeySerial uint32
func JoinSessionKeyring(name string) (KeySerial, error)