mirror of https://github.com/docker/cli.git
Bash-completion: add CAP_AUDIT_READ
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 5b035964c4
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ffa0e1d36e
commit
c9a03ab5f4
|
@ -834,6 +834,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