mirror of
https://github.com/projectatomic/bubblewrap.git
synced 2026-02-05 15:45:22 +01:00
demos/shell: Use --die-with-parent
As I said in the release notes, I think the majority of use cases want this, which includes this interactive shell. Closes: #189 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
30548332a7
commit
b8e6e1159e
@@ -23,6 +23,7 @@ set -euo pipefail
|
||||
--chdir / \
|
||||
--unshare-all \
|
||||
--share-net \
|
||||
--die-with-parent \
|
||||
--dir /run/user/$(id -u) \
|
||||
--setenv XDG_RUNTIME_DIR "/run/user/`id -u`" \
|
||||
--setenv PS1 "bwrap-demo$ " \
|
||||
|
||||
Reference in New Issue
Block a user