mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #7179 from LK4D4/add_cap_audit_write_#6345
Add AUDIT_WRITE cap
This commit is contained in:
commit
2ed10eae5b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ func New() *libcontainer.Config {
|
|||
"NET_BIND_SERVICE",
|
||||
"SYS_CHROOT",
|
||||
"KILL",
|
||||
"AUDIT_WRITE",
|
||||
},
|
||||
Namespaces: map[string]bool{
|
||||
"NEWNS": true,
|
||||
|
|
Loading…
Reference in a new issue