From 7613c718e6504080727c21bd642929b6f765208f Mon Sep 17 00:00:00 2001 From: Kenta Tada Date: Thu, 15 Oct 2020 08:28:48 +0900 Subject: [PATCH] Update bash completion to support new capabilities This commit supports below capabilities. * CAP_BPF * CAP_CHECKPOINT_RESTORE * CAP_PERFMON Signed-off-by: Kenta Tada --- contrib/completions/bash/runc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/completions/bash/runc b/contrib/completions/bash/runc index 9517a5b82..8da1614df 100644 --- a/contrib/completions/bash/runc +++ b/contrib/completions/bash/runc @@ -113,6 +113,8 @@ __runc_complete_capabilities() { AUDIT_WRITE AUDIT_READ BLOCK_SUSPEND + BPF + CHECKPOINT_RESTORE CHOWN DAC_OVERRIDE DAC_READ_SEARCH @@ -130,6 +132,7 @@ __runc_complete_capabilities() { NET_BIND_SERVICE NET_BROADCAST NET_RAW + PERFMON SETFCAP SETGID SETPCAP