mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1971] "namespace support is disabled" in 0.9.54 #1326
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#1326
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 @Futureknows on GitHub (May 31, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1971
Running
firejail --versionI noticed0.9.52 reports user "namespace support is enabled"
0.9.54 reports user "namespace support is disabled"
Firetools confirms namespace is disable in each firejail running 0.9.54
OS Fedora 27 and Mint reproducible.
@reinerh commented on GitHub (May 31, 2018):
From where did you get the package? Is it from your distribution or a deb/rpm from firejail?
Also I just see that in platform/rpm/firejail.spec (for building the rpms) userns support is explicitely disabled. Though I don't know why...
@SkewedZeppelin commented on GitHub (May 31, 2018):
@reinerh
It was disabled here in early 2016.
I tested with it enabled:
If its just a minor warning under some systems and there are benefits to having it enabled I see no reason to not enable it again.
@netblue30 commented on GitHub (Jun 4, 2018):
CentOS 7 has a kernel 3.10 with a totally broken user namespace, so I disabled it when building rpm packages to be posted on SourceForge as part of the release. It should work fine on newer kernels on Fedora, but you have to compile it yourself.
@Futureknows commented on GitHub (Jun 6, 2018):
Thanks! Can confirm fresh compiled 0.9.55 enables namespace support in Fedora and Ubuntu.