keyctl
keyctl copied to clipboard
A Go-lang interface to the linux kernel keyring api
Would you mind doing a 1.0.4 release?
0. Implement gomodules properly 1. upgrade comments to make golint happier 2. typos fixed 3. Processor changed to Possessor, like they explain in [man](https://man7.org/linux/man-pages/man7/keyrings.7.html) documentation 4. Backported ARM uniptr's from...
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...
Issue#6 points to PR#7 which is merged. However, that PR by itself doesn't fix the problem, it only allows the problem to be fixed. The README still shows adding a...
``` [vodolaz095@alarmpi keyctl]$ golint key.go:7:1: comment on exported type Key should be of the form "Key ..." (with optional leading article) key.go:18:1: comment on exported method Key.Id should be of...
Hello, Support for persistent keyrings would be helpful for kr4b ccache integration. Thanks, Patrick
Add syscall IDs for arm64.
Adds support for the `KEYCTL_MOVE` call.
It appears this repository has gone unmaintained