aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/torbrowser.profile
diff options
context:
space:
mode:
authorLibravatar crocket <748856+crocket@users.noreply.github.com>2021-10-09 22:43:30 +0900
committerLibravatar crocket <748856+crocket@users.noreply.github.com>2021-10-17 22:09:24 +0900
commitb6c1230e3b2d019b1d1803791ce0698cdb3c5ab9 (patch)
tree661607a7fa8ba918ccec9761c6d3e970c972b77c /etc/profile-m-z/torbrowser.profile
parentUpdate README.md RELNOTES (diff)
downloadfirejail-b6c1230e3b2d019b1d1803791ce0698cdb3c5ab9.tar.gz
firejail-b6c1230e3b2d019b1d1803791ce0698cdb3c5ab9.tar.zst
firejail-b6c1230e3b2d019b1d1803791ce0698cdb3c5ab9.zip
Add profiles for imv, retroarch, and torbrowser
imv, retroarch, and torbrowser are also added to firecfg.config
Diffstat (limited to 'etc/profile-m-z/torbrowser.profile')
-rw-r--r--etc/profile-m-z/torbrowser.profile26
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/profile-m-z/torbrowser.profile b/etc/profile-m-z/torbrowser.profile
new file mode 100644
index 000000000..fc579b973
--- /dev/null
+++ b/etc/profile-m-z/torbrowser.profile
@@ -0,0 +1,26 @@
1# Firejail profile for torbrowser
2# Description: This profile was tested with www-client/torbrowser::torbrowser
3# on Gentoo Linux.
4# This file is overwritten after every install/update
5# Persistent local customizations
6include torbrowser.local
7# Persistent global definitions
8include globals.local
9
10ignore dbus-user none
11
12noblacklist ${HOME}/.cache/mozilla
13noblacklist ${HOME}/.mozilla
14
15blacklist /usr/libexec
16
17mkdir ${HOME}/.cache/mozilla/torbrowser
18mkdir ${HOME}/.mozilla
19whitelist ${HOME}/.cache/mozilla/torbrowser
20whitelist ${HOME}/.mozilla
21include whitelist-usr-share-common.inc
22
23dbus-user filter
24dbus-user.own org.mozilla.torbrowser.*
25
26include firefox-common.profile