minor fix

This commit is contained in:
valoq 2017-03-09 22:33:33 +01:00
parent cf20add24e
commit 4fbd6962ab
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8
3 changed files with 15 additions and 3 deletions

View File

@ -35,7 +35,11 @@ set -euo pipefail
--unsetenv XDG_RUNTIME_DIR \
--unsetenv DBUS_SESSION_BUS_ADDRESS \
--setenv SHELL /bin/false \
--unshare-all \
--unshare-user-try \
--unshare-pid \
--unshare-net \
--unshare-uts \
--unshare-cgroup \
--new-session \
--seccomp 10 \
10< /usr/local/bin/seccomp_default_filter.bpf \

View File

@ -36,7 +36,11 @@ set -euo pipefail
--bind ~/.config/libreoffice ~/.config/libreoffice \
--unsetenv MOZ_PLUGIN_PATH \
--unsetenv XDG_RUNTIME_DIR \
--unshare-all \
--unshare-user-try \
--unshare-pid \
--unshare-net \
--unshare-uts \
--unshare-cgroup \
--new-session \
--seccomp 10 \
10< /usr/local/bin/seccomp_default_filter.bpf \

View File

@ -41,7 +41,11 @@ set -euo pipefail
--unsetenv XDG_RUNTIME_DIR \
--unsetenv MAIL \
--setenv SHELL /bin/false \
--unshare-all \
--unshare-user-try \
--unshare-pid \
--unshare-net \
--unshare-uts \
--unshare-cgroup \
--new-session \
--seccomp 10 \
10< /usr/local/bin/seccomp_default_filter.bpf \