keyctl
keyctl copied to clipboard
Support attaching the kernel persistent keyring to an existing keyring
Currently, this will always use the persistent keyring associated with the UID executing the process. Specifying UID is supportable but use case unclear.
The AttachPersistent() function will return a Keyring pointing to the kernel persistent keyring, or an error.
Should close #4 similar use case here.