зеркало из https://github.com/microsoft/docker.git
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:
Родитель
885cda1ae2
Коммит
29ecc95c31
|
@ -23,6 +23,7 @@ func New() *libcontainer.Config {
|
||||||
"NET_BIND_SERVICE",
|
"NET_BIND_SERVICE",
|
||||||
"SYS_CHROOT",
|
"SYS_CHROOT",
|
||||||
"KILL",
|
"KILL",
|
||||||
|
"AUDIT_WRITE",
|
||||||
},
|
},
|
||||||
Namespaces: map[string]bool{
|
Namespaces: map[string]bool{
|
||||||
"NEWNS": true,
|
"NEWNS": true,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче