mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #960] [MERGED] block dbus ipc #3808
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#3808
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/960
Author: @valoq
Created: 12/6/2016
Status: ✅ Merged
Merged: 12/9/2016
Merged by: @netblue30
Base:
master← Head:master📝 Commits (2)
6c262c3block dbus ipc8d929a7removed dbus blacklist📊 Changes
1 file changed (+66 additions, -1 deletions)
View changed files
📝
src/firejail/fs.c(+66 -1)📄 Description
This patch prevents applications inside firejail to start services outside the jail via dbus IPC sockets
Using --ipc-namespace does not suffice here.
This attempt to block breaking out of the jail via ipc is a just an early workaround.
It will likely break some applications, that depend on such services.
For a final solution, an additional option to disable this change is needed, as well as a way to start those services inside the jail by providing dbus and possibly systemd services.
It does not prevent kde applications to start services via the kdeinit5 socket.
When the sockets blacklisted by this patch are created after the jail is launched, the blacklist has no effect.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.