summaryrefslogtreecommitdiff
path: root/completions/zsh/_bwrap
diff options
context:
space:
mode:
Diffstat (limited to 'completions/zsh/_bwrap')
-rw-r--r--completions/zsh/_bwrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/zsh/_bwrap b/completions/zsh/_bwrap
index f81ffaf..7488727 100644
--- a/completions/zsh/_bwrap
+++ b/completions/zsh/_bwrap
@@ -41,6 +41,7 @@ _bwrap_args=(
'--dev-bind[Bind mount the host path SRC on DEST, allowing device access]:source:_files:destination:_files'
'--dev[Mount new dev on DEST]:mount point for /dev:_files -/'
"--die-with-parent[Kills with SIGKILL child process (COMMAND) when bwrap or bwrap's parent dies.]"
+ '--disable-userns[Disable further use of user namespaces inside sandbox]'
'--exec-label[Exec label for the sandbox]:SELinux label:_selinux_contexts'
'--file-label[File label for temporary sandbox content]:SELinux label:_selinux_contexts'
'--gid[Custom gid in the sandbox (requires --unshare-user or --userns)]: :_guard "[0-9]#" "numeric group ID"'