mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1213] Exceptions to blacklists and 'noexec {HOME}' #830
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#830
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 @Irvinehimself on GitHub (Apr 12, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1213
Okay,I have been struggling with this fo a week or so, and, lacking a dedicated forum, this seems to be the best/only place to ask.
The issue first came up when I was trying to write a very strict Firefox profile that blacklisted basically everything in {Home} except '.mozilla', and 'downloads. Although this example was fairly trivial and of little importance, it became more urgent when I realised that the line 'noexec{HOME}' in the standard GIMP profile prevented Gimp from loading plugins located in '~/.gimp-2.8/plug-ins/'
So, is there a way to add exceptions to a blacklist or 'noexec {DIR}'?
Thanks for a great program.
Irvine
@chiraag-nataraj commented on GitHub (Apr 12, 2017):
For the tight Firefox profile (and others), check out my repo https://github.com/chiraag-nataraj/firejail-profiles!
You can use
ignore noexec(I think?) to fix that GIMP error.@netblue30 commented on GitHub (Apr 12, 2017):
Plugins seem to be very popular with gimp people, similar to firefox addons. I commented out noexec line in the profile. Thanks for the bug.