summaryrefslogtreecommitdiff
path: root/nonprism-testing/icedove-hardened-preferences/icedove-hardened.sh
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-11-24 01:43:39 -0500
committerGaming4JC <g4jc@openmailbox.org>2016-11-24 01:43:39 -0500
commitbaca30a28f5a9c71c55b011c7188560fb521fd90 (patch)
treea777b3d760fa980bc24d4bef870a9b24113e3eeb /nonprism-testing/icedove-hardened-preferences/icedove-hardened.sh
parentf3b48e9da5dee1d9f6e94143b6341d08a0120b64 (diff)
more hardened fixes
Diffstat (limited to 'nonprism-testing/icedove-hardened-preferences/icedove-hardened.sh')
-rwxr-xr-xnonprism-testing/icedove-hardened-preferences/icedove-hardened.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonprism-testing/icedove-hardened-preferences/icedove-hardened.sh b/nonprism-testing/icedove-hardened-preferences/icedove-hardened.sh
index 20a0b73ad..8ada03e38 100755
--- a/nonprism-testing/icedove-hardened-preferences/icedove-hardened.sh
+++ b/nonprism-testing/icedove-hardened-preferences/icedove-hardened.sh
@@ -18,7 +18,7 @@ echo "" > /usr/lib/icedove/defaults/preferences/thunderbird-branding.js
}
## Firejail IceDove startup
-/usr/bin/firejail --seccomp --netfilter --nonewprivs --noroot --nogroups --caps.drop=all --private-etc=/etc --private-bin=bash,icedove --private-tmp /usr/bin/icedove
+/usr/bin/firejail --seccomp --netfilter --nonewprivs --noroot --nogroups --caps.drop=all --private-etc=/etc --private-bin=bash,icedove,gpg2 --private-tmp /usr/bin/icedove
## Exiting IceDove triggers the trap
trap finish EXIT \ No newline at end of file