mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
3e1bcb1f5d
libcontainer/keys/keyctl.go:17:2: var `sessKeyId` should be `sessKeyID` (golint)
sessKeyId, err := unix.KeyctlJoinSessionKeyring(name)
^
libcontainer/keys/keyctl.go:27:21: func parameter `ringId` should be `ringID` (golint)
func ModKeyringPerm(ringId KeySerial, mask, setbits uint32) error {
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>