Skip to content

Commit

Permalink
profiles: zoom: allow ~/Documents/Zoom (netblue30#4290)
Browse files Browse the repository at this point in the history
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 netblue30#4006.
  • Loading branch information
squatched authored Aug 25, 2024
1 parent 4465df5 commit fecd25d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/profile-m-z/zoom.profile
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,20 @@ ignore dbus-system none
noblacklist ${HOME}/.config/zoom.conf
noblacklist ${HOME}/.config/zoomus.conf
noblacklist ${HOME}/.zoom
noblacklist ${DOCUMENTS}

nowhitelist ${DOWNLOADS}

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
Expand Down

0 comments on commit fecd25d

Please sign in to comment.