aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-programs.inc
diff options
context:
space:
mode:
authorLibravatar Kishore96in <kishore96@gmail.com>2020-04-19 09:31:31 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-19 09:31:31 +0000
commit824d517b2c5bdfb0e233349f6e4c546e5ad9dcfb (patch)
tree5ebbe7316b3b21bd7424e8d6755a828f604b8ac8 /etc/disable-programs.inc
parentAllow Lua for mpv in dolphin.profile (diff)
downloadfirejail-824d517b2c5bdfb0e233349f6e4c546e5ad9dcfb.tar.gz
firejail-824d517b2c5bdfb0e233349f6e4c546e5ad9dcfb.tar.zst
firejail-824d517b2c5bdfb0e233349f6e4c546e5ad9dcfb.zip
Profile for jitsi-meet-desktop (#3362)
* Profile for Jitsi Meet desktop app (electron) * Update description. * Correctly include global definitions. * Add jitsi-meet-desktop to firecfg. * blacklist Jitsi-meet config directory in disable-programs.inc * Disable more things. disable-exec.inc not included, as the application shows some error if I include it. * Disable more stuff. * No need to whitelist Downloads directory. I don't think this application has any file sharing / downloading feature. * Use private-bin I needed to allow the bash executable as well for this to work. * Add some whitelist rules. * Use private-cache option * include disable-exec.inc Apparently one needs to allow execution in /tmp for the program to work. * Redirect to electron.profile. * Use private-etc. * Do not whitelist Downloads directory. electron.profile does this, but I do not think this program needs it. * Rearrange whitelisted files to alphabetical order. * Move nonwhitelist to appropriate section. * Newlines as section separators.
Diffstat (limited to 'etc/disable-programs.inc')
-rw-r--r--etc/disable-programs.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index ffe60e283..9e6af8785 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -88,6 +88,7 @@ blacklist ${HOME}/.config/Google Play Music Desktop Player
88blacklist ${HOME}/.config/Gpredict 88blacklist ${HOME}/.config/Gpredict
89blacklist ${HOME}/.config/INRIA 89blacklist ${HOME}/.config/INRIA
90blacklist ${HOME}/.config/InSilmaril 90blacklist ${HOME}/.config/InSilmaril
91blacklist ${HOME}/.config/Jitsi Meet
91blacklist ${HOME}/.config/Kid3 92blacklist ${HOME}/.config/Kid3
92blacklist ${HOME}/.config/Kingsoft 93blacklist ${HOME}/.config/Kingsoft
93blacklist ${HOME}/.config/Luminance 94blacklist ${HOME}/.config/Luminance