aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-04 12:09:07 -0500
committerLibravatar GitHub <noreply@github.com>2023-01-04 12:09:07 -0500
commit069ad9d30eab734005a0c417ff679202024e4054 (patch)
treef9b3cc3aafed088c626a63d0ae426cf2dff80a96 /etc/profile-a-l
parentMerge pull request #5553 from slowpeek/master (diff)
parentApply code review suggestions to chatterino.profile (diff)
downloadfirejail-069ad9d30eab734005a0c417ff679202024e4054.tar.gz
firejail-069ad9d30eab734005a0c417ff679202024e4054.tar.zst
firejail-069ad9d30eab734005a0c417ff679202024e4054.zip
Merge pull request #5556 from Dpeta/chatterino-profile
Add profile for Chatterino
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/chatterino.profile92
1 files changed, 92 insertions, 0 deletions
diff --git a/etc/profile-a-l/chatterino.profile b/etc/profile-a-l/chatterino.profile
new file mode 100644
index 000000000..4dfd85740
--- /dev/null
+++ b/etc/profile-a-l/chatterino.profile
@@ -0,0 +1,92 @@
1# Firejail profile for Chatterino
2# Description: Chat client for https://twitch.tv
3# This file is overwritten after every install/update
4# Persistent local customizations
5include chatterino.local
6# Persistent global definitions
7include globals.local
8
9# To upload images, whitelist/noblacklist their path in chatterino.local.
10#whitelist ${PICTURES}
11# For custom notification sounds, whitelist/noblacklist their path in chatterino.local.
12#whitelist ${MUSIC}
13
14# Also allow access to mpv/vlc, they're usable via streamlink.
15noblacklist ${HOME}/.config/mpv
16noblacklist ${HOME}/.config/pulse
17noblacklist ${HOME}/.config/vlc
18noblacklist ${HOME}/.local/share/chatterino
19noblacklist ${HOME}/.local/share/vlc
20
21# Allow Lua for mpv (blacklisted by disable-interpreters.inc)
22include allow-lua.inc
23
24# Allow Python for Streamlink integration (blacklisted by disable-interpreters.inc)
25include allow-python3.inc
26
27include disable-common.inc
28include disable-devel.inc
29include disable-exec.inc
30include disable-interpreters.inc
31include disable-proc.inc
32include disable-programs.inc
33include disable-xdg.inc
34
35# Also allow read-only access to mpv/VLC, they're usable via streamlink.
36mkdir ${HOME}/.local/share/chatterino
37# VLC preferences will fail to save with read-only set.
38whitelist ${HOME}/.local/share/chatterino
39whitelist-ro ${HOME}/.config/mpv
40whitelist-ro ${HOME}/.config/pulse
41whitelist-ro ${HOME}/.config/vlc
42whitelist-ro ${HOME}/.local/share/vlc
43include whitelist-common.inc
44include whitelist-run-common.inc
45include whitelist-runuser-common.inc
46include whitelist-usr-share-common.inc
47include whitelist-var-common.inc
48
49# Streamlink+VLC doesn't seem to close properly with apparmor enabled.
50#apparmor
51caps.drop all
52netfilter
53nodvd
54nogroups
55nonewprivs
56noprinters
57noroot
58notv
59nou2f
60# Netlink is required for streamlink integration.
61protocol unix,inet,inet6,netlink
62# Seccomp may break browser integration.
63seccomp
64seccomp.block-secondary
65tracelog
66
67disable-mnt
68# Add more private-bin lines for browsers or video players to chatterino.local if wanted.
69private-bin chatterino,cvlc,env,ffmpeg,mpv,nvlc,pgrep,python*,qvlc,rvlc,streamlink,svlc,vlc
70# private-cache may cause issues with mpv (see #2838)
71private-cache
72private-dev
73private-etc alsa,alternatives,asound.conf,ca-certificates,dbus-1,fonts,hostname,hosts,kde4rc,kde5rc,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,nvidia,passwd,pulse,resolv.conf,rpc,services,ssl,Trolltech.conf,X11
74private-srv none
75private-tmp
76
77dbus-user filter
78dbus-user.own com.chatterino.*
79# Allow notifications.
80dbus-user.talk org.freedesktop.Notifications
81# For media player integration.
82dbus-user.talk org.freedesktop.ScreenSaver
83?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher
84dbus-user.own org.mpris.MediaPlayer2.chatterino
85dbus-user.talk org.mpris.MediaPlayer2.Player
86dbus-system none
87
88# Prevents browsers/players from lingering after Chatterino is closed.
89#deterministic-shutdown
90# memory-deny-write-execute may break streamlink and browser integration.
91#memory-deny-write-execute
92restrict-namespaces