mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #574] Workaround to allow user management with kernels prior to 3.18 when firejail running? #406
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#406
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 @david-drinn on GitHub (Jun 16, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/574
For those stuck at kernels older than 3.18, is there a workaround to allow user management with
adduser(and its various related user management commands) when firejail is running? For my use case, while a user is logged in to firejail in restricted shell mode, the user is allowed to do user management.I tried these configuration options at the top of
/etc/firejail/generic.profile, but it seems to make no difference.As a shot in the dark, I also tried disabling
chrootandusernsin/etc/firejail/firejail.config, with no luck.I suspect these blacklisted files are tightly integrated with the security of firejail, and so cannot be reasonably whitelisted, but I wanted to ask to be sure. :-)
For reference, this relates to the issue described in the main page's known issues, as well as various issues posted on GitHub, such as 559.
@netblue30 commented on GitHub (Jun 17, 2016):
Unfortunately there is no workaround. The fix was deep inside the kernel.