mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: zoom: sort noblacklist/whitelist sections
Some checks failed
Build-extra / build-gcc (push) Has been cancelled
Build-extra / build-clang (push) Has been cancelled
Build / build (push) Has been cancelled
Check-C / scan-build (push) Has been cancelled
Check-C / cppcheck (push) Has been cancelled
Check-C / codeql-cpp (push) Has been cancelled
Check-Profiles / profile-checks (push) Has been cancelled
Codespell / codespell (push) Has been cancelled
Test / test-main (push) Has been cancelled
Test / test-fs (push) Has been cancelled
Test / test-environment (push) Has been cancelled
Test / test-utils (push) Has been cancelled
Test / test-network (push) Has been cancelled
Some checks failed
Build-extra / build-gcc (push) Has been cancelled
Build-extra / build-clang (push) Has been cancelled
Build / build (push) Has been cancelled
Check-C / scan-build (push) Has been cancelled
Check-C / cppcheck (push) Has been cancelled
Check-C / codeql-cpp (push) Has been cancelled
Check-Profiles / profile-checks (push) Has been cancelled
Codespell / codespell (push) Has been cancelled
Test / test-main (push) Has been cancelled
Test / test-fs (push) Has been cancelled
Test / test-environment (push) Has been cancelled
Test / test-utils (push) Has been cancelled
Test / test-network (push) Has been cancelled
This commit is contained in:
parent
85962902a8
commit
3664750f8f
1 changed files with 3 additions and 3 deletions
|
|
@ -16,18 +16,18 @@ ignore dbus-system none
|
|||
# If you use such a system, add 'ignore nogroups' to your zoom.local.
|
||||
#ignore nogroups
|
||||
|
||||
noblacklist ${DOCUMENTS}
|
||||
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
|
||||
mkfile ${HOME}/.config/zoom.conf
|
||||
mkfile ${HOME}/.config/zoomus.conf
|
||||
whitelist ${HOME}/.cache/zoom
|
||||
whitelist ${HOME}/.config/zoom.conf
|
||||
whitelist ${HOME}/.config/zoomus.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue