1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #5930 from alexlarsson/add-cap-setfcap

native driver: Don't drop SETFCAP
This commit is contained in:
Michael Crosby 2014-05-20 10:29:37 -07:00
commit e5202de918

View file

@ -17,6 +17,9 @@ func New() *libcontainer.Container {
"NET_RAW",
"SETGID",
"SETUID",
"SETFCAP",
"SETPCAP",
"NET_BIND_SERVICE",
},
Namespaces: map[string]bool{
"NEWNS": true,