aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/disable-programs.inc3
-rw-r--r--etc/profile-a-l/electron-cash.profile54
-rw-r--r--etc/profile-m-z/rawtherapee.profile39
3 files changed, 96 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 50e4854ac..f3b44ac3e 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -78,6 +78,7 @@ blacklist ${HOME}/.cache/PawelStolowski
78blacklist ${HOME}/.cache/Psi 78blacklist ${HOME}/.cache/Psi
79blacklist ${HOME}/.cache/QuiteRss 79blacklist ${HOME}/.cache/QuiteRss
80blacklist ${HOME}/.cache/Quotient/quaternion 80blacklist ${HOME}/.cache/Quotient/quaternion
81blacklist ${HOME}/.cache/RawTherapee
81blacklist ${HOME}/.cache/Shortwave 82blacklist ${HOME}/.cache/Shortwave
82blacklist ${HOME}/.cache/Tox 83blacklist ${HOME}/.cache/Tox
83blacklist ${HOME}/.cache/Zeal 84blacklist ${HOME}/.cache/Zeal
@@ -335,6 +336,7 @@ blacklist ${HOME}/.config/QuiteRssrc
335blacklist ${HOME}/.config/Quotient 336blacklist ${HOME}/.config/Quotient
336blacklist ${HOME}/.config/RSS Guard 4 337blacklist ${HOME}/.config/RSS Guard 4
337blacklist ${HOME}/.config/Rambox 338blacklist ${HOME}/.config/Rambox
339blacklist ${HOME}/.config/RawTherapee
338blacklist ${HOME}/.config/Riot 340blacklist ${HOME}/.config/Riot
339blacklist ${HOME}/.config/Rocket.Chat 341blacklist ${HOME}/.config/Rocket.Chat
340blacklist ${HOME}/.config/RogueLegacy 342blacklist ${HOME}/.config/RogueLegacy
@@ -712,6 +714,7 @@ blacklist ${HOME}/.dosbox
712blacklist ${HOME}/.dropbox* 714blacklist ${HOME}/.dropbox*
713blacklist ${HOME}/.easystroke 715blacklist ${HOME}/.easystroke
714blacklist ${HOME}/.electron-cache 716blacklist ${HOME}/.electron-cache
717blacklist ${HOME}/.electron-cash
715blacklist ${HOME}/.electrum* 718blacklist ${HOME}/.electrum*
716blacklist ${HOME}/.elinks 719blacklist ${HOME}/.elinks
717blacklist ${HOME}/.emacs 720blacklist ${HOME}/.emacs
diff --git a/etc/profile-a-l/electron-cash.profile b/etc/profile-a-l/electron-cash.profile
new file mode 100644
index 000000000..bedccf667
--- /dev/null
+++ b/etc/profile-a-l/electron-cash.profile
@@ -0,0 +1,54 @@
1# Firejail profile for electron-cash
2# Description: Lightweight Bitcoin Cash wallet
3# This file is overwritten after every install/update
4# Persistent local customizations
5include electron-cash.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.electron-cash
10
11# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python3.inc
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-programs.inc
19include disable-shell.inc
20include disable-xdg.inc
21
22mkdir ${HOME}/.electron-cash
23whitelist ${HOME}/.electron-cash
24include whitelist-common.inc
25include whitelist-var-common.inc
26
27caps.drop all
28ipc-namespace
29netfilter
30no3d
31nodvd
32nogroups
33noinput
34nonewprivs
35noroot
36nosound
37notv
38nou2f
39novideo
40protocol unix,inet,inet6
41seccomp
42
43disable-mnt
44private-bin electron-cash,python*
45private-cache
46?HAS_APPIMAGE: ignore private-dev
47private-dev
48private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,ld.so.cache,ld.so.preload,machine-id,pki,resolv.conf,ssl
49private-tmp
50
51# dbus-user none
52# dbus-system none
53
54restrict-namespaces
diff --git a/etc/profile-m-z/rawtherapee.profile b/etc/profile-m-z/rawtherapee.profile
new file mode 100644
index 000000000..0cf946eec
--- /dev/null
+++ b/etc/profile-m-z/rawtherapee.profile
@@ -0,0 +1,39 @@
1# Firejail profile for rawtherapee
2# Description: Free cross-platform raw image processing program
3# This file is overwritten after every install/update
4# Persistent local customizations
5include rawtherapee.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/RawTherapee
10noblacklist ${HOME}/.config/RawTherapee
11noblacklist ${PICTURES}
12
13include disable-common.inc
14include disable-devel.inc
15include disable-exec.inc
16include disable-interpreters.inc
17include disable-programs.inc
18include disable-shell.inc
19include disable-xdg.inc
20
21caps.drop all
22netfilter
23nodvd
24nogroups
25noinput
26nonewprivs
27noroot
28nosound
29notv
30nou2f
31novideo
32protocol unix,inet,inet6
33seccomp
34
35private-bin rawtherapee
36private-dev
37private-tmp
38
39restrict-namespaces