mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #813] [CLOSED] Quickfix for problem found in SELinux that affects Firejail too. #3760
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#3760
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/813
Author: @manevich
Created: 9/25/2016
Status: ❌ Closed
Base:
master← Head:CVE-2016-7545📝 Commits (1)
9da61acquickfix for SELinux CVE-2016-7545📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
src/firejail/sandbox.c(+4 -0)📄 Description
Quickfix for problem found in SELinux (CVE-2016-7545) that affects Firejail too.
See https://security-tracker.debian.org/tracker/CVE-2016-7545 and http://seclists.org/oss-sec/2016/q3/606.
Fixed by calling
setsid()as done in SELinux. Side effect of this is broken job control in shell:But this should be fine until somebody comes with better solution.
EDIT: grsecurity prevents exploitation of this problem.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.