Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libcontainer/keys: var should be sessKeyID/ringID (golint)
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 <[email protected]>
- Loading branch information