mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add AUDIT_WRITE cap
Fixes #6345 Thanks @larsks for outstanding investigation Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
This commit is contained in:
parent
885cda1ae2
commit
29ecc95c31
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…
Add table
Reference in a new issue