mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1719] whitelisting subpath of blacklisted path #1161
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#1161
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 @ghost on GitHub (Jan 8, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1719
firejail 0.9.52
Using firefox with the default profile.
In /etc/firefox.local:
or also:
Neither works. Am I doing something wrong or is it not possible?
@chiraag-nataraj commented on GitHub (Jan 8, 2018):
You should be able to achieve what you want just by
whitelist- that is,whitelist /mnt/stuffmeans that only that subfolder will be available. Or are you trying to do something else?@ghost commented on GitHub (Jan 8, 2018):
yes, that's what I'm trying to do. But your suggestion doesn't work either (I can now access /mnt itself, but it's empty). Maybe a bug?
@chiraag-nataraj commented on GitHub (Jan 8, 2018):
That's probably because there's a
disable-mntin the default profile, so you'll want to do aignore disable-mntin yourfirefox.local.@ghost commented on GitHub (Jan 8, 2018):
thank'you! now it works well
@chiraag-nataraj commented on GitHub (Jan 8, 2018):
No problem! 🙂