aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/chatterino.profile
diff options
context:
space:
mode:
authorLibravatar Dpeta <Jasprose@protonmail.com>2022-12-25 20:50:01 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-25 20:50:01 +0100
commit805b04ded35ed6d9f8904a4db283d7a38de729bd (patch)
tree16f568dd9459c41b1c329c040891bcbef42b40cd /etc/profile-a-l/chatterino.profile
parentAdd Chatterino profile (diff)
downloadfirejail-805b04ded35ed6d9f8904a4db283d7a38de729bd.tar.gz
firejail-805b04ded35ed6d9f8904a4db283d7a38de729bd.tar.zst
firejail-805b04ded35ed6d9f8904a4db283d7a38de729bd.zip
Apply commitable suggestions from code review
I'll try the rest manually soon Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Diffstat (limited to 'etc/profile-a-l/chatterino.profile')
-rw-r--r--etc/profile-a-l/chatterino.profile10
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/profile-a-l/chatterino.profile b/etc/profile-a-l/chatterino.profile
index bbb536827..a4f45b2ba 100644
--- a/etc/profile-a-l/chatterino.profile
+++ b/etc/profile-a-l/chatterino.profile
@@ -50,7 +50,7 @@ whitelist ${HOME}/.config/vlc
50whitelist ${HOME}/.local/share/chatterino 50whitelist ${HOME}/.local/share/chatterino
51whitelist ${HOME}/.local/share/vlc 51whitelist ${HOME}/.local/share/vlc
52# To upload images, whitelist/noblacklist their path in chatterino.local. 52# To upload images, whitelist/noblacklist their path in chatterino.local.
53#whitelist ${HOME}/Pictures/ 53#whitelist ${HOME}/Pictures/pic1.png
54# For custom notification sounds, whitelist/noblacklist their path in chatterino.local. 54# For custom notification sounds, whitelist/noblacklist their path in chatterino.local.
55#whitelist ${HOME}/Music/ 55#whitelist ${HOME}/Music/
56# whitelist-*.inc includes 56# whitelist-*.inc includes
@@ -88,17 +88,11 @@ private-bin env,mpv,python*,waf,youtube-dl,yt-dlp
88private-cache 88private-cache
89private-dev 89private-dev
90private-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 90private-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
91private-opt none
92private-srv none 91private-srv none
93private-tmp 92private-tmp
94 93
95dbus-user filter 94dbus-user filter
96dbus-user.own com.chatterino.* 95dbus-user.own com.chatterino.*
97# Session Bus Policy from flatpak
98dbus-user.talk com.canonical.AppMenu.Registrar
99dbus-user.talk org.kde.kconfig.notify
100dbus-user.talk org.kde.KGlobalSettings
101dbus-user.talk org.freedesktop.Flatpak
102# Allow notifications. 96# Allow notifications.
103dbus-user.talk org.freedesktop.Notifications 97dbus-user.talk org.freedesktop.Notifications
104# For media player integration. 98# For media player integration.
@@ -109,8 +103,6 @@ dbus-system none
109 103
110# Prevents browsers/players from lingering after Chatterino is closed. 104# Prevents browsers/players from lingering after Chatterino is closed.
111#deterministic-shutdown 105#deterministic-shutdown
112# Add to chatterino.local to force Qt to use its wayland QPA plugin.
113#env QT_QPA_PLATFORM=wayland
114# memory-deny-write-execute may break streamlink and browser integration. 106# memory-deny-write-execute may break streamlink and browser integration.
115#memory-deny-write-execute 107#memory-deny-write-execute
116restrict-namespaces 108restrict-namespaces