Merge pull request #6970 from vieux/add_FSETID

add FSETID back to the caps whitelist
This commit is contained in:
Michael Crosby 2014-07-14 10:37:04 -07:00
commit b39fb160c6

View file

@ -12,6 +12,7 @@ func New() *libcontainer.Config {
Capabilities: []string{
"CHOWN",
"DAC_OVERRIDE",
"FSETID",
"FOWNER",
"MKNOD",
"NET_RAW",