Merge pull request #7179 from LK4D4/add_cap_audit_write_#6345
Add AUDIT_WRITE cap Upstream-commit: 2ed10eae5b909ae1920f9dfba98b0a3b63ce29a9 Component: engine
This commit is contained in:
@ -23,6 +23,7 @@ func New() *libcontainer.Config {
|
||||
"NET_BIND_SERVICE",
|
||||
"SYS_CHROOT",
|
||||
"KILL",
|
||||
"AUDIT_WRITE",
|
||||
},
|
||||
Namespaces: map[string]bool{
|
||||
"NEWNS": true,
|
||||
|
||||
Reference in New Issue
Block a user