From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/profile-m-z/zoom.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/profile-m-z/zoom.profile') diff --git a/etc/profile-m-z/zoom.profile b/etc/profile-m-z/zoom.profile index ac615d861..6b0417b56 100644 --- a/etc/profile-m-z/zoom.profile +++ b/etc/profile-m-z/zoom.profile @@ -16,17 +16,17 @@ ignore dbus-system none # If you use such a system, add 'ignore nogroups' to your zoom.local. #ignore nogroups -noblacklist ${HOME}/.config/zoomus.conf -noblacklist ${HOME}/.zoom +nodeny ${HOME}/.config/zoomus.conf +nodeny ${HOME}/.zoom -nowhitelist ${DOWNLOADS} +noallow ${DOWNLOADS} mkdir ${HOME}/.cache/zoom mkfile ${HOME}/.config/zoomus.conf mkdir ${HOME}/.zoom -whitelist ${HOME}/.cache/zoom -whitelist ${HOME}/.config/zoomus.conf -whitelist ${HOME}/.zoom +allow ${HOME}/.cache/zoom +allow ${HOME}/.config/zoomus.conf +allow ${HOME}/.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 -- cgit v1.2.3-70-g09d2