mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: zoom: allow ~/Documents/Zoom (#4290)
By default, Zoom records meetings to ~/Documents/Zoom. Add that folder to the whitelist so that future users don't lose their meeting recordings upon shutting Zoom down. Fixes #4006.
This commit is contained in:
parent
4465df5dc3
commit
fecd25d699
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ ignore dbus-system none
|
|||
noblacklist ${HOME}/.config/zoom.conf
|
||||
noblacklist ${HOME}/.config/zoomus.conf
|
||||
noblacklist ${HOME}/.zoom
|
||||
noblacklist ${DOCUMENTS}
|
||||
|
||||
nowhitelist ${DOWNLOADS}
|
||||
|
||||
|
|
@ -26,10 +27,12 @@ mkdir ${HOME}/.cache/zoom
|
|||
mkfile ${HOME}/.config/zoom.conf
|
||||
mkfile ${HOME}/.config/zoomus.conf
|
||||
mkdir ${HOME}/.zoom
|
||||
mkdir ${HOME}/Documents/Zoom
|
||||
whitelist ${HOME}/.cache/zoom
|
||||
whitelist ${HOME}/.config/zoom.conf
|
||||
whitelist ${HOME}/.config/zoomus.conf
|
||||
whitelist ${HOME}/.zoom
|
||||
whitelist ${HOME}/Documents/Zoom
|
||||
|
||||
# Disable for now, see https://github.com/netblue30/firejail/issues/3726
|
||||
#private-etc alternatives,ca-certificates,crypto-policies,fonts,group,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,machine-id,nsswitch.conf,pki,resolv.conf,ssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue