mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1842] https://firejail.wordpress.com/support/#userns outdated #1250
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#1250
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 @polyzen on GitHub (Mar 27, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1842
Arch Linux has supported user namespaces in the
linuxpackage/s since version4.14.4-2. The bug mentioned is closed.@Vincent43 commented on GitHub (Mar 27, 2018):
It's supported but still disabled by default. It's exactly what Debian does for a long time.
@netblue30 commented on GitHub (Mar 27, 2018):
Thanks, I modified the web page. The problem was user namespace wasn't compiled in the kernel, so they put it in and disabled it. We can use it even if it is disabled.
@Fred-Barclay commented on GitHub (Mar 28, 2018):
@Vincent43 it's enabled for
rootthough (or other similarly-priviledged users), right? Since firejail uses SUID, is it able to use namespaces?I did noticed that I no longer get the
Warning: noroot option is not availableon Arch. I'm not sure if this is because namespaces are now compiled in but non-accessible to firejail, or if firejail is actually able to use them.@Vincent43 commented on GitHub (Mar 28, 2018):
@Fred-Barclay yes, I should say "restricted" rather than "disabled". I have no idea if firejail use namespaces when they're restricted to root. Maybe @netblue30 could clear that for us. Also I read that privileged namespaces have no security value.