From a0ea44171a0eb2b08452ff352effe974d4feb80e Mon Sep 17 00:00:00 2001 From: Gaman Gabriel Date: Mon, 15 Aug 2016 21:11:50 +0300 Subject: Create inox.profile Inox is a privacy-focused browser based on Chromium. This profile will work with Inox, the Chromium profile is not compatible. --- etc/inox.profile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 etc/inox.profile (limited to 'etc') diff --git a/etc/inox.profile b/etc/inox.profile new file mode 100644 index 000000000..49d2f2835 --- /dev/null +++ b/etc/inox.profile @@ -0,0 +1,24 @@ +# Inox browser profile +noblacklist ~/.config/inox +noblacklist ~/.cache/inox +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-programs.inc + +netfilter + +whitelist ${DOWNLOADS} +mkdir ~/.config/inox +whitelist ~/.config/inox +mkdir ~/.cache/inox +whitelist ~/.cache/inox +mkdir ~/.pki +whitelist ~/.pki + +# lastpass, keepassx +whitelist ~/.keepassx +whitelist ~/.config/keepassx +whitelist ~/keepassx.kdbx +whitelist ~/.lastpass +whitelist ~/.config/lastpass + +include /etc/firejail/whitelist-common.inc -- cgit v1.2.3-54-g00ecf