mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3632] docs: addgroup should add system group not user group #2284
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#2284
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 @a1346054 on GitHub (Sep 16, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3632
Originally assigned to: @netblue30 on GitHub.
On https://firejail.wordpress.com/documentation-2/basic-usage/
it states:
Would it not be preferable to use
addgroup --systemto create a system group with a GID < 1000 instead of a regular user group with a GID > 1000?@rusty-snake commented on GitHub (Oct 1, 2020):
@netblue30 ??
@netblue30 commented on GitHub (Oct 3, 2020):
I'll leave it open for now to remember to modify the web page.
@a1346054 commented on GitHub (Jul 22, 2021):
Any progress on this?
@a1346054 commented on GitHub (Sep 10, 2022):
https://firejail.wordpress.com/documentation-2/basic-usage/ still uses
addgroupwithout--systemhence creating groups with gid >1000 (on debian), interfering with usual expectations.