aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/disable-programs.inc2
-rw-r--r--etc/gfeeds.profile56
-rw-r--r--src/firecfg/firecfg.config1
3 files changed, 59 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index ce0c5de43..8eb7176e9 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -264,6 +264,7 @@ blacklist ${HOME}/.config/onionshare
264blacklist ${HOME}/.config/opera 264blacklist ${HOME}/.config/opera
265blacklist ${HOME}/.config/opera-beta 265blacklist ${HOME}/.config/opera-beta
266blacklist ${HOME}/.config/orage 266blacklist ${HOME}/.config/orage
267blacklist ${HOME}/.config/org.gabmus.gfeeds.json
267blacklist ${HOME}/.config/org.kde.gwenviewrc 268blacklist ${HOME}/.config/org.kde.gwenviewrc
268blacklist ${HOME}/.config/pavucontrol-qt 269blacklist ${HOME}/.config/pavucontrol-qt
269blacklist ${HOME}/.config/pavucontrol.ini 270blacklist ${HOME}/.config/pavucontrol.ini
@@ -779,6 +780,7 @@ blacklist ${HOME}/.cache/netsurf
779blacklist ${HOME}/.cache/okular 780blacklist ${HOME}/.cache/okular
780blacklist ${HOME}/.cache/opera 781blacklist ${HOME}/.cache/opera
781blacklist ${HOME}/.cache/opera-beta 782blacklist ${HOME}/.cache/opera-beta
783blacklist ${HOME}/.cache/org.gabmus.gfeeds
782blacklist ${HOME}/.cache/org.gnome.Books 784blacklist ${HOME}/.cache/org.gnome.Books
783blacklist ${HOME}/.cache/org.gnome.Maps 785blacklist ${HOME}/.cache/org.gnome.Maps
784blacklist ${HOME}/.cache/pdfmod 786blacklist ${HOME}/.cache/pdfmod
diff --git a/etc/gfeeds.profile b/etc/gfeeds.profile
new file mode 100644
index 000000000..dcb33bc38
--- /dev/null
+++ b/etc/gfeeds.profile
@@ -0,0 +1,56 @@
1# Firejail profile for gfeeds
2# Description: RSS/Atom feed reader for GNOME
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gfeeds.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/org.gabmus.gfeeds
10noblacklist ${HOME}/.config/org.gabmus.gfeeds.json
11
12# Allow python (blacklisted by disable-interpreters.inc)
13include allow-python3.inc
14
15include disable-common.inc
16include disable-devel.inc
17include disable-exec.inc
18include disable-interpreters.inc
19include disable-passwdmgr.inc
20include disable-programs.inc
21include disable-xdg.inc
22
23mkdir ${HOME}/.cache/org.gabmus.gfeeds
24mkfile ${HOME}/.config/org.gabmus.gfeeds.json
25whitelist ${HOME}/.cache/org.gabmus.gfeeds
26whitelist ${HOME}/.config/org.gabmus.gfeeds.json
27whitelist /usr/share/gfeeds
28include whitelist-common.inc
29include whitelist-usr-share-common.inc
30include whitelist-var-common.inc
31
32apparmor
33caps.drop all
34machine-id
35netfilter
36no3d
37#nodbus
38nodvd
39nogroups
40nonewprivs
41noroot
42nosound
43notv
44nou2f
45novideo
46protocol unix,inet,inet6
47seccomp
48shell none
49tracelog
50
51disable-mnt
52private-bin gfeeds,python3*
53# private-cache -- feeds are stored in ~/.cache
54private-dev
55private-etc alternatives,ca-certificates,crypto-policies,dbus-1,dconf,fonts,gconf,group,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,pango,passwd,pki,protocols,resolv.conf,rpc,services,ssl,X11,xdg
56private-tmp
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 0d3dbc9a0..745c3f235 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -231,6 +231,7 @@ geary
231gedit 231gedit
232geekbench 232geekbench
233geeqie 233geeqie
234gfeeds
234ghb 235ghb
235ghostwriter 236ghostwriter
236gimp 237gimp