[Proposal] Support adjustment LinuxCapability
- Dominant language
- Go
- Stars
- 406
- Forks
- 102
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 8
Description
## Background
We want to ensure that some capabilities (e.g. SYS_NICE) enabled when using certain devices.
The capabilities to enable depends on a kind of devices and it is hard to manage them in Kubernetes Pod Security Standard or other policies.
It will be nice to manage capabilities on runtime-side depending on the actual attached device, not mutating pod's manifests.
Also, it will be helpful to forcibly drop capabilities as runtime operators want.
## Proposal
- Supporting adjustment LinuxCapabilities in `CreateContainer`
- The fields to adjust will follow runtime-spec https://github.com/opencontainers/runtime-spec/blob/main/config.md#linux-process
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.