Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 8ff047e

Browse files
committed
Bash-completion: add CAP_AUDIT_READ
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 5b035964c4d6eb94a357a3203fdec5a55b804084) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: c9a03ab5f48f81c1cfafc82b5ca17bea9815a6bd Component: cli
1 parent 12b5d3b commit 8ff047e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • components/cli/contrib/completion/bash

components/cli/contrib/completion/bash/docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ __docker_complete_capabilities_addable() {
834834
local capabilities=(
835835
ALL
836836
CAP_AUDIT_CONTROL
837+
CAP_AUDIT_READ
837838
CAP_BLOCK_SUSPEND
838839
CAP_DAC_READ_SEARCH
839840
CAP_IPC_LOCK

0 commit comments

Comments
 (0)