mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Zoom cache dir
Zoom seems to use of a QT cache-disk feature which depends upon a ~/.cache/<app>/qmlcache directory. If it can not, Zoom will segfault with mprotect failed in ExecutableAllocator::makeExecutable: Permission denied
This commit is contained in:
parent
07877370ed
commit
cf4252d9ec
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ include /etc/firejail/disable-devel.inc
|
|||
|
||||
mkdir ~/.zoom
|
||||
whitelist ~/.zoom
|
||||
|
||||
whitelist ~/.cache/zoom
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue