mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5107] [Website Text Amends] What is SUID, and how does it affect me? #2881
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#2881
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 @Foemass on GitHub (Apr 15, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5107
Originally assigned to: @netblue30 on GitHub.
Is your feature request related to a problem? Please describe.
The following line of text in What is SUID, and how does it affect me could be misleading:
I'm informed (by this discussion here: https://github.com/netblue30/firejail/discussions/5106) that Chromium actually works fine with force-nonewprivs yes set. UNLESS you've set
kernel.unprivileged_userns_clone=0or are on one of the very few distros which have it configured like that by default. So for many people there's no reason to be warned off simply because they use Chromium.Describe the solution you'd like
I don't really know what I'm talking about, but in the interest of trying to be helpful here's how I'd restructure the text.
Describe alternatives you've considered
As previously mentioned I basically don't know what I'm talking about, so consider this with a HUGE handful of salt.
But I'm getting the impression that for most users, setting
force-nonewprivs yesprovides a slither of extra security with no negative ramifications. So maybe you could just make that the default?@rusty-snake commented on GitHub (Apr 15, 2022):
Suggestion for the last paragraph, the rest looks good:
@rusty-snake commented on GitHub (Apr 15, 2022):
We would need to remove programs like wireshark from firecfg.config and detect
ernel.unprivileged_userns_clone=0.If we do so we should use
force-nonewprivs auto-yesfor this detection andforce-nonewprivs yesto set it unconditional.@rusty-snake commented on GitHub (Apr 15, 2022):
As a FYI, firejail-welcome.sh ask to set
force-nonewprivs yeswhen asking for "advanced options".@netblue30 commented on GitHub (Apr 17, 2022):
Fixed on the web page, thanks!
@rusty-snake commented on GitHub (Apr 17, 2022):
typo: remove leading
I@netblue30 commented on GitHub (Apr 21, 2022):
Found it, thanks!