Merge pull request #6258 from crosbymichael/capkill
Add CAP_KILL to unprivileged containers Upstream-commit: a2c08792f0e8477c0c185b93f7d20d59ae74e3ad Component: engine
This commit is contained in:
@ -21,6 +21,7 @@ func New() *libcontainer.Container {
|
||||
"SETPCAP",
|
||||
"NET_BIND_SERVICE",
|
||||
"SYS_CHROOT",
|
||||
"KILL",
|
||||
},
|
||||
Namespaces: map[string]bool{
|
||||
"NEWNS": true,
|
||||
|
||||
Reference in New Issue
Block a user