mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Need to support new linux capability AUDIT_READ
Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
This commit is contained in:
parent
13bfbfc84b
commit
72f366238f
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ __docker_capabilities() {
|
||||||
ALL
|
ALL
|
||||||
AUDIT_CONTROL
|
AUDIT_CONTROL
|
||||||
AUDIT_WRITE
|
AUDIT_WRITE
|
||||||
|
AUDIT_READ
|
||||||
BLOCK_SUSPEND
|
BLOCK_SUSPEND
|
||||||
CHOWN
|
CHOWN
|
||||||
DAC_OVERRIDE
|
DAC_OVERRIDE
|
||||||
|
|
Loading…
Add table
Reference in a new issue