mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #425] Security Implications for User namespaces #308
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#308
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 @HulaHoopWhonix on GitHub (Apr 10, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/425
User namespaces are described as a particularly risky kernel feature that has allowed privilege escalation in the past. I think its useful to keep around but its probably best avoided in supported profiles.
https://github.com/subgraph/oz/issues/11
@netblue30 commented on GitHub (Apr 10, 2016):
User namespace is more like a baseball bat. Imperfect, with its own problems, but works very well in some cases.
Firejail has support to disable various sandboxing features the user might find undesirable. You can do it at compile time (./configure --help) or at run time (man firejail-config). You can disable user namespaces, chroot, and a number of other features. So far I've heard complains about user namespace and networking.
@curiosity-seeker commented on GitHub (Apr 10, 2016):
FWIW, user namespaces are not supported by Arch Linux, either, because of security considerations.
@HulaHoopWhonix commented on GitHub (Apr 10, 2016):
Ah OK. You're aware of this topic: and discussed implications: https://github.com/netblue30/firejail/issues/9#issuecomment-129494347
I'll search harder next time :)