mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #94] add an --ignore option #57
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#57
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 @nick75e on GitHub (Oct 24, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/94
Hi!
I have this common profile:
I can't use this profile with Steam since it includes seccomp or with command line programs because of shell none. So like noblacklist ignores blacklisted files and/or folders, an --ignore < option > would ignore other options like seccomp, shell etc.
Thanks.
@netblue30 commented on GitHub (Oct 24, 2015):
I move the discussion here: https://github.com/netblue30/firejail/issues/86
I am pushing for a full fix, with a dual 32/64 filter. You'll be able to run steam, wine, or any other 32bit executable with default seccomp filter support.
@nick75e commented on GitHub (Oct 24, 2015):
I think you misunderstood what I meant.
It's not about running Steam with seccomp but ignoring options from included profiles !
@netblue30 commented on GitHub (Oct 24, 2015):
Sorry! I'll implement it.
@netblue30 commented on GitHub (Oct 25, 2015):
All set! Example:
@nick75e commented on GitHub (Oct 25, 2015):
Thanks! That was fast!
Will it also be available in profile files like noblacklist?
@netblue30 commented on GitHub (Oct 25, 2015):
You're welcome. Sure, I can do that.
@netblue30 commented on GitHub (Oct 26, 2015):
All done.