Closed vinc17fr closed 7 months ago
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).
Yep, this is a duplicate of #903. Until there's a proper fix, use the workaround mentioned in the man page: https://github.com/netblue30/firejail/blob/27cd032bed923d01edd859bcebe79b33c3ee18fd/src/man/firejail.1.in#L2064-L2070
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
``` Reading profile /etc/firejail/zoom.profile Reading profile /etc/firejail/electron.profile Reading profile /etc/firejail/disable-common.inc Reading profile /etc/firejail/disable-devel.inc Reading profile /etc/firejail/disable-exec.inc Reading profile /etc/firejail/disable-interpreters.inc Reading profile /etc/firejail/disable-programs.inc Reading profile /etc/firejail/disable-xdg.inc Reading profile /etc/firejail/whitelist-common.inc Reading profile /etc/firejail/whitelist-runuser-common.inc Reading profile /etc/firejail/whitelist-usr-share-common.inc Reading profile /etc/firejail/whitelist-var-common.inc Warning: networking feature is disabled in Firejail configuration file Parent pid 577596, child pid 577600 Child process initialized in 70.73 ms ```