mirror of https://github.com/docker/cli.git
Bash-completion: add CAP_AUDIT_READ
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
884a5ffbdf
commit
5b035964c4
|
@ -835,6 +835,7 @@ __docker_complete_capabilities_addable() {
|
||||||
local capabilities=(
|
local capabilities=(
|
||||||
ALL
|
ALL
|
||||||
CAP_AUDIT_CONTROL
|
CAP_AUDIT_CONTROL
|
||||||
|
CAP_AUDIT_READ
|
||||||
CAP_BLOCK_SUSPEND
|
CAP_BLOCK_SUSPEND
|
||||||
CAP_DAC_READ_SEARCH
|
CAP_DAC_READ_SEARCH
|
||||||
CAP_IPC_LOCK
|
CAP_IPC_LOCK
|
||||||
|
|
Loading…
Reference in New Issue