aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/disable-programs.inc1
-rw-r--r--etc/profile-a-l/fluffychat.profile73
-rw-r--r--src/firecfg/firecfg.config1
3 files changed, 75 insertions, 0 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index ad7480e2d..36033224a 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -921,6 +921,7 @@ blacklist ${HOME}/.local/share/evolution
921blacklist ${HOME}/.local/share/feedreader 921blacklist ${HOME}/.local/share/feedreader
922blacklist ${HOME}/.local/share/feral-interactive 922blacklist ${HOME}/.local/share/feral-interactive
923blacklist ${HOME}/.local/share/five-or-more 923blacklist ${HOME}/.local/share/five-or-more
924blacklist ${HOME}/.local/share/fluffychat
924blacklist ${HOME}/.local/share/freecol 925blacklist ${HOME}/.local/share/freecol
925blacklist ${HOME}/.local/share/gajim 926blacklist ${HOME}/.local/share/gajim
926blacklist ${HOME}/.local/share/gdfuse 927blacklist ${HOME}/.local/share/gdfuse
diff --git a/etc/profile-a-l/fluffychat.profile b/etc/profile-a-l/fluffychat.profile
new file mode 100644
index 000000000..abc5979da
--- /dev/null
+++ b/etc/profile-a-l/fluffychat.profile
@@ -0,0 +1,73 @@
1# Firejail profile for fluffychat
2# Description: Easy to use matrix messenger
3# This file is overwritten after every install/update
4# Persistent local customizations
5include fluffychat.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.local/share/fluffychat
10
11# Allow /bin/sh (blacklisted by disable-shell.inc)
12include allow-bin-sh.inc
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-proc.inc
19include disable-programs.inc
20include disable-shell.inc
21include disable-xdg.inc
22
23# The lines below are needed to find the default Firefox profile name, to allow
24# opening links in an existing instance of Firefox (note that it still fails if
25# there isn't a Firefox instance running with the default profile; see #5352)
26noblacklist ${HOME}/.mozilla
27whitelist ${HOME}/.mozilla/firefox/profiles.ini
28read-only ${HOME}/.mozilla/firefox/profiles.ini
29
30mkdir ${HOME}/.local/share/fluffychat
31whitelist ${DOWNLOADS}
32whitelist ${HOME}/.local/share/fluffychat
33whitelist /opt/fluffychat
34whitelist /usr/share/fluffychat
35include whitelist-common.inc
36include whitelist-run-common.inc
37include whitelist-runuser-common.inc
38include whitelist-usr-share-common.inc
39include whitelist-var-common.inc
40
41apparmor
42caps.drop all
43netfilter
44no3d
45nodvd
46nogroups
47noinput
48nonewprivs
49noprinters
50noroot
51notv
52nou2f
53novideo
54protocol unix,inet,inet6
55seccomp
56seccomp.block-secondary
57tracelog
58
59disable-mnt
60private-bin firefox,fluffychat,sh,which,zenity
61private-cache
62private-dev
63private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,dconf,fonts,gconf,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,pki,protocols,pulse,resolv.conf,rpc,services,ssl,X11,xdg
64private-tmp
65
66dbus-user filter
67dbus-user.talk org.freedesktop.secrets
68# allow D-Bus communication with firefox for opening links
69dbus-user.talk org.mozilla.*
70dbus-system filter
71dbus-system.talk org.freedesktop.NetworkManager
72
73restrict-namespaces
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 33655d890..ce606efc3 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -275,6 +275,7 @@ flacsplt
275flameshot 275flameshot
276flashpeak-slimjet 276flashpeak-slimjet
277flowblade 277flowblade
278fluffychat
278font-manager 279font-manager
279fontforge 280fontforge
280fossamail 281fossamail