added atool example

This commit is contained in:
valoq 2022-11-19 11:50:05 +01:00
parent c7d0e1189d
commit f9ffd1357a
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8
1 changed files with 1 additions and 15 deletions

View File

@ -10,23 +10,9 @@ set -euo pipefail
--symlink /usr/lib /lib \
--symlink /usr/bin /bin \
--symlink /usr/bin /sbin \
--tmpfs /usr/lib/modules \
--tmpfs /usr/lib/systemd \
--proc /proc \
--dev /dev \
--bind ~/ ~/ \
--tmpfs ~/.gnupg \
--tmpfs ~/.ssh \
--tmpfs ~/.mutt \
--tmpfs ~/.mozilla \
--tmpfs ~/.thunderbird \
--tmpfs ~/.mail \
--tmpfs ~/.config \
--tmpfs ~/.cache \
--tmpfs ~/.local \
--tmpfs ~/.pki \
--unsetenv DBUS_SESSION_BUS_ADDRESS \
--unsetenv XDG_RUNTIME_DIR \
--bind "$PWD" "$PWD" \
--unshare-all \
--new-session \
--seccomp 10 \