You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forgot about it, but this seems to be the more general bug #903 (I thought that this was specific to the zoom profile and was looking for Zoom-related bugs).
Description
When I use
--private
with thezoom
profile, files and directories are created in my real home directory.Steps to Reproduce
firejail --private=some_directory --profile=/etc/firejail/zoom.profile
ls -ld .zoom .cache/zoom .config/zoomus.conf
Expected behavior
These files/directories should not exist (if they didn't exist initially).
Actual behavior
I get in my real home directory:
Behavior without a profile
N/A. The issue is due to the
zoom
profile, which doesSince Zoom will run from the private directory, these files/directories should be created in the private directory.
Environment
firejail --version
): 0.9.72Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/program
The text was updated successfully, but these errors were encountered: