Bash-completion: add CAP_AUDIT_READ

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-09-16 15:47:19 +02:00
parent 884a5ffbdf
commit 5b035964c4
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 0 deletions

View File

@ -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