mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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#4220
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/2199
Author: @crass
Created: 10/16/2018
Status: ✅ Merged
Merged: 10/17/2018
Merged by: @netblue30
Base:
master← Head:fix-2142-firefox-sandbox-appimage📝 Commits (1)
f74fa71Do not override user provided seccomp lists when in chroot/overlay/appimage, but to use the default if none is provided.📊 Changes
1 file changed (+1 additions, -10 deletions)
View changed files
📝
src/firejail/sandbox.c(+1 -10)📄 Description
Do not override user provided seccomp lists when in chroot/overlay/appimage, but to use the default if none is provided. This is a more general fix. I see no reason we are forcing users to use a default seccomp filter with those options. There should be a default if no seccomp filter is provided, but if one is provided, it should not be ignored in favor of the default. This allows the firefox appimage to work, because its sandboxing need chroot, which is disabled in the @default seccomp filter (see #2142).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.