mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4020] Revisit profiles allowing netlink protocol #2508
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#2508
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 @ghost on GitHub (Mar 1, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4020
As recently pointed out by @kris7t here the
netlinkprotocolpotentiallyexposes a huge kernel API sandbox escape surface. In that regard it might be wise to revisit our profiles containing that option.I've been running several profiles without the netlink protocol via local overrides without issues for quite some time (e.g. aria2c, chromium-common-hardened, firefox-common, mocp, mpg123, mplayer, mpv, nodejs-common, qnapi, sqlitebrowser, sysprof) but that's always dependant on personal workflow and specific use-case. To be clear, I'm not aware of any real-world issues but wanted to file this more as a reminder here. A thorough check of all relevant profiles will certainly take considerable time. Still, IMO it's worth looking at it again.
@rusty-snake commented on GitHub (Mar 5, 2021):
Removing
netlinkfrom chromium-common-hardened beaks WebRTC, likely the same for firefox-common. mpv has a lot of features, so it's likely needed (maybe for hw related streams), sysprof likely needs it for some features I guess. sqlitebrowser I can not thing any case where it is needed.Quoting myself for the record (https://github.com/netblue30/firejail/issues/4013#issuecomment-786762799):
@rusty-snake commented on GitHub (Jun 10, 2021):
Should we close?