[GH-ISSUE #3632] docs: addgroup should add system group not user group #2284

Open
opened 2026-05-05 08:58:30 -06:00 by gitea-mirror · 4 comments
Owner

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:

# addgroup firejail
# chown root:firejail /usr/bin/firejail
# chmod 4750 /usr/bin/firejail

Would it not be preferable to use addgroup --system to create a system group with a GID < 1000 instead of a regular user group with a GID > 1000?

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: ``` # addgroup firejail # chown root:firejail /usr/bin/firejail # chmod 4750 /usr/bin/firejail ``` Would it not be preferable to use `addgroup --system` to create a system group with a GID < 1000 instead of a regular user group with a GID > 1000?
gitea-mirror added the
wordpress
documentation
labels 2026-05-05 08:58:30 -06:00
Author
Owner

@rusty-snake commented on GitHub (Oct 1, 2020):

@netblue30 ??

<!-- gh-comment-id:702311084 --> @rusty-snake commented on GitHub (Oct 1, 2020): @netblue30 ??
Author
Owner

@netblue30 commented on GitHub (Oct 3, 2020):

I'll leave it open for now to remember to modify the web page.

<!-- gh-comment-id:703112316 --> @netblue30 commented on GitHub (Oct 3, 2020): I'll leave it open for now to remember to modify the web page.
Author
Owner

@a1346054 commented on GitHub (Jul 22, 2021):

Any progress on this?

<!-- gh-comment-id:885024800 --> @a1346054 commented on GitHub (Jul 22, 2021): Any progress on this?
Author
Owner

@a1346054 commented on GitHub (Sep 10, 2022):

I'll leave it open for now to remember to modify the web page.

https://firejail.wordpress.com/documentation-2/basic-usage/ still uses addgroup without --system hence creating groups with gid >1000 (on debian), interfering with usual expectations.

<!-- gh-comment-id:1242792018 --> @a1346054 commented on GitHub (Sep 10, 2022): > I'll leave it open for now to remember to modify the web page. https://firejail.wordpress.com/documentation-2/basic-usage/ still uses `addgroup` without `--system` hence creating groups with gid >1000 (on debian), interfering with usual expectations.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2284
No description provided.