aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/zoom.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-25 12:32:05 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-25 12:32:05 +0000
commit8b50039a1fad123b90172fadc85bc232e97eb6d1 (patch)
treec17c687e310c9d3ad7874dd40636c104d308e9a6 /etc/profile-m-z/zoom.profile
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
parentMerge branch 'master' into revert-allow-deny-etc (diff)
downloadfirejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.tar.gz
firejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.tar.zst
firejail-8b50039a1fad123b90172fadc85bc232e97eb6d1.zip
Merge pull request #4410 from kmk3/revert-allow-deny-etc
Revert "move whitelist/blacklist to allow/deny"
Diffstat (limited to 'etc/profile-m-z/zoom.profile')
-rw-r--r--etc/profile-m-z/zoom.profile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/profile-m-z/zoom.profile b/etc/profile-m-z/zoom.profile
index 6b0417b56..ac615d861 100644
--- a/etc/profile-m-z/zoom.profile
+++ b/etc/profile-m-z/zoom.profile
@@ -16,17 +16,17 @@ ignore dbus-system none
16# If you use such a system, add 'ignore nogroups' to your zoom.local. 16# If you use such a system, add 'ignore nogroups' to your zoom.local.
17#ignore nogroups 17#ignore nogroups
18 18
19nodeny ${HOME}/.config/zoomus.conf 19noblacklist ${HOME}/.config/zoomus.conf
20nodeny ${HOME}/.zoom 20noblacklist ${HOME}/.zoom
21 21
22noallow ${DOWNLOADS} 22nowhitelist ${DOWNLOADS}
23 23
24mkdir ${HOME}/.cache/zoom 24mkdir ${HOME}/.cache/zoom
25mkfile ${HOME}/.config/zoomus.conf 25mkfile ${HOME}/.config/zoomus.conf
26mkdir ${HOME}/.zoom 26mkdir ${HOME}/.zoom
27allow ${HOME}/.cache/zoom 27whitelist ${HOME}/.cache/zoom
28allow ${HOME}/.config/zoomus.conf 28whitelist ${HOME}/.config/zoomus.conf
29allow ${HOME}/.zoom 29whitelist ${HOME}/.zoom
30 30
31# Disable for now, see https://github.com/netblue30/firejail/issues/3726 31# Disable for now, see https://github.com/netblue30/firejail/issues/3726
32#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 32#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