mirror of https://github.com/docker/cli.git
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
688dc5977b
commit
e75c4494ed
|
@ -131,6 +131,7 @@ __docker_capabilities() {
|
|||
ALL
|
||||
AUDIT_CONTROL
|
||||
AUDIT_WRITE
|
||||
AUDIT_READ
|
||||
BLOCK_SUSPEND
|
||||
CHOWN
|
||||
DAC_OVERRIDE
|
||||
|
|
Loading…
Reference in New Issue