mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2074] Variables like ${DOWNLOADS} don't seem to work with blacklist #1402
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#1402
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 @chiraag-nataraj on GitHub (Jul 30, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2074
The only variable that seems to work with
--blacklistis${HOME}. I'm going to look into bringing support for the other variables into--blacklist.@chiraag-nataraj commented on GitHub (Jul 30, 2018):
Hmm, this seems to be a mess because currently, the
resolve_xdgandresolve_hardcodedfunctions infs_whitelist.c(which would be useful to put inutil.cso that it's usable in multiple places) are heavily integrated with the whitelist-specific portions. I will need to refactor a bit so that the parts that are whitelist-specific can be kept infs_whitelist.c, while the more generic resolver parts can be put inutil.c.@chiraag-nataraj commented on GitHub (Jul 31, 2018):
Fixed by
123b2b1e25