mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1371] seccomp and ignore #937
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#937
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 (Jul 10, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1371
Hi,
In order to make Firefox's CDM work with Netflix I had to get rid of
chrootinseccomp.Since
seccompis in an included profile, I useignorethenseccomp.drop. e.g.:The problem is
ignoreblocks bothseccompandseccomp.drop.Can you fix this, please?
@startx2017 commented on GitHub (Jul 10, 2017):
This is a bug, I am working on a fix, I'll have it by tomorrow.
Until the fix is in, @nick75e try this in your profile:
Looking in the code, in the presence of multiple seccomp definitions, firejail will pick only one, in the following order:
Also, if a --appimage, --chroot, or --overlay command is present, seccomp will always run the default seccomp filter. (--seccomp). I'll document them in man page.
@nick75e commented on GitHub (Jul 11, 2017):
Thanks but your workaround doesn't work.
This is what I get (only an excerpt):
I'll wait for the fix. In the meantime, I've imported into the profile the options from the
include@netblue30 commented on GitHub (Jul 13, 2017):
This is the old code, you didn't update or didn't install the new version. The fix is in. Do like this: