Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3edb7c + fcf2e9a commit e5202deCopy full SHA for e5202de
1 file changed
daemon/execdriver/native/template/default_template.go
@@ -17,6 +17,9 @@ func New() *libcontainer.Container {
17
"NET_RAW",
18
"SETGID",
19
"SETUID",
20
+ "SETFCAP",
21
+ "SETPCAP",
22
+ "NET_BIND_SERVICE",
23
},
24
Namespaces: map[string]bool{
25
"NEWNS": true,
0 commit comments