mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #445] Add support for globbing in private-bin and private-etc #321
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#321
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 @curiosity-seeker on GitHub (Apr 16, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/445
According to man firejail-profile file globbing is supported. However, it seems that it doesn't work with all switches.
E.g., I tried to tighten wine.profile and added the following line:
private-bin wine*,xdg-open,update-desktop-databaseWhen I started the Windows application with the --debug switch I got the following message:
Warning: not all executables from --private-bin list were found. The current list is xdg-open,update-desktop-databaseAfter modifying that line to
private-bin wine,wineserver ....etc.I didn't get this warning.
If file globbing not being supported with private-bin (and possibly private-etc) is the intentional behavior it should be mentioned in the man page, IMHO.
@netblue30 commented on GitHub (Apr 17, 2016):
I'll have to add support for it, thanks!
@chiraag-nataraj commented on GitHub (Jul 24, 2018):
Globbing was added at some point.