Merge pull request #6258 from crosbymichael/capkill

Add CAP_KILL to unprivileged containers
This commit is contained in:
unclejack
2014-06-08 01:37:28 +03:00
@@ -21,6 +21,7 @@ func New() *libcontainer.Container {
"SETPCAP",
"NET_BIND_SERVICE",
"SYS_CHROOT",
"KILL",
},
Namespaces: map[string]bool{
"NEWNS": true,