mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5766] Add whitelist directoryname with single quotes #3085
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#3085
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 @technout on GitHub (Mar 29, 2023).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5766
Quick question:
I like to add a whitelist dir with:
whitelist /media/data/my video's
When running i get the error: * is an invalid filename
Is it possible to escape this? - I did try with backslash, but no success..
Is it not possible?
@rusty-snake commented on GitHub (Mar 29, 2023):
Actually it should work. Looks like you use an older firejail version.
@rusty-snake commented on GitHub (Mar 29, 2023):
de879e88c9@rusty-snake commented on GitHub (Mar 29, 2023):
Duplicate of #4614
@rusty-snake commented on GitHub (Mar 29, 2023):
So try to upgrade to firejail 0.9.68 vor newer.
@technout commented on GitHub (Mar 29, 2023):
Thanks for the quick replay, i had installed the default repository version from Ubuntu 20.04 (which was 0.9.62)
Now i have installed 0.9.72
And now it is working! 👍