mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3451] firejail.config defaults for cgroup/restricted-network and Debian bug 916920 #2168
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#2168
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 (Jun 5, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3451
While working on the Debian/Ubuntu firejail-from-git wiki page I remembered a comment from @reinerh on Debian bug 916920.
If I'm not mistaken the firejail packages from the PPA patch firejail.config to set
cgroup noandrestricted-network yes. If these are considered insecure (as the bug report suggests), I wonder why we keepcgroup yesandrestricted-network noas our defaults. Thoughts?@rusty-snake commented on GitHub (Jun 5, 2020):
If we change "restricted-network" we should keep in mind that
net eth0for example infirefox.localor so is silently ignored.In general disabling firejail-features either in firejail.config or with configure reduces the risk that bugs in this code can be used for priv-esc. On the other hand sandboxes are not so tight when things like whitelist are disabled.
my firejail.config hardening
NOTE: I've disabled some of them also via
./configure --disable-*.@ghost commented on GitHub (Jun 12, 2020):
Let's close this and stay with current defaults. Users can always change preferences themselves.