Cannot allow a single folder in /mnt #6085
Unanswered
danielkrajnik
asked this question in
Q&A
Replies: 1 comment
-
What is the version of firejail and wine? Does it work with the following?
What is the output of the following? ls -l /mnt/folderA
firejail --ignore=disable-mnt --profile=wine \
--noblacklist=/mnt --whitelist=/mnt/folderA
ls /mnt Does it work if you disable all customizations in .local files etc? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to provide access to a single folder inside
/mnt
.noblacklist /mnt
works (all folders in/mnt
become available). Butnoblacklist /mnt/folderA
doesn't work (no folders in/mnt
are available).It's a wine application launched with:
firejail --include=/home/user/.config/firejail/wine-everything.local --profile=wine --env=WINEPREFIX="/home/user/.wine-everything" wine "C:\Program Files\Everything 1.5a\Everything64.exe"
wine.local
:I've tried
whitelist /mnt/folderA
, but then the application fails:/mnt
contains a lot of FUSE-based mounted filesystems (rclone, mergerfs). Could it be a problem?Beta Was this translation helpful? Give feedback.
All reactions