mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Update bash completion to support new capabilities
This commit supports below capabilities. * CAP_BPF * CAP_CHECKPOINT_RESTORE * CAP_PERFMON Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user