mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1091] A question about noroot and seccomp with >3.5 kernels #746
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#746
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 @acrobat1 on GitHub (Feb 5, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1091
I've realized that the noroot option, according to the man page
and also that the seccomp option , according to this article only works with kernel versions above 3.5
Does this mean that with older kernels, such as found in Debian Stable (currently running a 3.16 kernel) , the noroot and seccomp options found in almost any profiles are in fact ignored - and therefore Firejail is running in a less effective way?
If so, should we consider installing a newer kernel from backports (4.8 is available) to really take advantage of using Firejail?
@netblue30 commented on GitHub (Feb 5, 2017):
If you have the 3.16 kernel both seccomp and noroot will work. If you have a 3.2 kernel, they are ignored. The only option that doesn't work on 3.16 kernel is overlayfs - it came in 3.18.
From a security perspective, the most critical feature is seccomp. You want to stay with a kernel 3.5 or newer.
@reinerh commented on GitHub (Feb 5, 2017):
@acrobat1 3.16 is newer than 3.5. :)
@acrobat1 commented on GitHub (Feb 10, 2017):
It is... sorry for that...
And @netblue thanks anyways for the explanation.
@netblue30 commented on GitHub (Feb 11, 2017):
No problem.