mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
[GH-ISSUE #6312] zoom: profile bypasses --private (mkdir/mkfile) #3239
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vinc17fr on GitHub (Apr 15, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6312
Description
When I use
--privatewith thezoomprofile, files and directories are created in my real home directory.Steps to Reproduce
firejail --private=some_directory --profile=/etc/firejail/zoom.profilels -ld .zoom .cache/zoom .config/zoomus.confExpected 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
zoomprofile, 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 noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/program@vinc17fr commented on GitHub (Apr 15, 2024):
I forgot about it, but this seems to be the more general bug #903 (I thought that this was specific to the
zoomprofile and was looking for Zoom-related bugs).@ghost commented on GitHub (Apr 15, 2024):
Yep, this is a duplicate of #903. Until there's a proper fix, use the workaround mentioned in the man page:
27cd032bed/src/man/firejail.1.in (L2064-L2070)