Merge pull request #5930 from alexlarsson/add-cap-setfcap
native driver: Don't drop SETFCAP Upstream-commit: e5202de9186a2548c54af54739a6cb09046afd61 Component: engine
This commit is contained in:
@ -17,6 +17,9 @@ func New() *libcontainer.Container {
|
||||
"NET_RAW",
|
||||
"SETGID",
|
||||
"SETUID",
|
||||
"SETFCAP",
|
||||
"SETPCAP",
|
||||
"NET_BIND_SERVICE",
|
||||
},
|
||||
Namespaces: map[string]bool{
|
||||
"NEWNS": true,
|
||||
|
||||
Reference in New Issue
Block a user