File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,16 @@ _bwrap() {
1010 local boolean_options="
1111 --as-pid-1
1212 --help
13+ --die-with-parent
1314 --new-session
15+ --unshare-all
1416 --unshare-cgroup
1517 --unshare-cgroup-try
16- --unshare-user
17- --unshare-user-try
18- --unshare-all
1918 --unshare-ipc
2019 --unshare-net
2120 --unshare-pid
21+ --unshare-user
22+ --unshare-user-try
2223 --unshare-uts
2324 --version
2425 "
@@ -34,7 +35,6 @@ _bwrap() {
3435 --chdir
3536 --dev
3637 --dev-bind
37- --die-with-parent
3838 --dir
3939 --exec-label
4040 --file
@@ -43,13 +43,16 @@ _bwrap() {
4343 --hostname
4444 --info-fd
4545 --lock-file
46+ --mqueue
4647 --proc
4748 --remount-ro
4849 --ro-bind
50+ --ro-bind-data
4951 --seccomp
5052 --setenv
5153 --symlink
5254 --sync-fd
55+ --tmpfs
5356 --uid
5457 --unsetenv
5558 --userns-block-fd
You can’t perform that action at this time.
0 commit comments