Merge pull request #257 from mrunalp/cap_prefix

Add CAP prefix for capabilities
This commit is contained in:
Alexander Morozov
2015-09-16 11:39:39 -07:00
6 changed files with 73 additions and 73 deletions
+3 -3
View File
@@ -84,9 +84,9 @@ var specCommand = cli.Command{
},
Linux: specs.Linux{
Capabilities: []string{
"AUDIT_WRITE",
"KILL",
"NET_BIND_SERVICE",
"CAP_AUDIT_WRITE",
"CAP_KILL",
"CAP_NET_BIND_SERVICE",
},
},
}