👾 indentation
This commit is contained in:
parent
f60561d470
commit
0f775e150d
18
wrap_it.sh
18
wrap_it.sh
@ -4,13 +4,13 @@ DIR=$(dirname -- $0)
|
|||||||
OUR_CMDS_DIR=${OUR_CMDS_DIR:-/town/our}
|
OUR_CMDS_DIR=${OUR_CMDS_DIR:-/town/our}
|
||||||
|
|
||||||
/usr/bin/bwrap \
|
/usr/bin/bwrap \
|
||||||
--unshare-all \
|
--unshare-all \
|
||||||
--ro-bind / / \
|
--ro-bind / / \
|
||||||
--bind "$OUR_CMDS_DIR/data" "$OUR_CMDS_DIR/data" \
|
--bind "$OUR_CMDS_DIR/data" "$OUR_CMDS_DIR/data" \
|
||||||
--share-net \
|
--share-net \
|
||||||
--dev /dev \
|
--dev /dev \
|
||||||
--tmpfs /tmp \
|
--tmpfs /tmp \
|
||||||
--unshare-pid \
|
--unshare-pid \
|
||||||
--die-with-parent \
|
--die-with-parent \
|
||||||
--uid 0 --gid 0 \
|
--uid 0 --gid 0 \
|
||||||
"$@"
|
"$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user