public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: Add root and nobody groups
@ 2026-06-22 15:56 Daan De Meyer
0 siblings, 0 replies; only message in thread
From: Daan De Meyer @ 2026-06-22 15:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/setup
Branch : update_services
Commit : 955d69eeb7b0833fc95eff8ebfa853809ad5a365
Author : Daan De Meyer <daan.j.demeyer@gmail.com>
Date : 2025-03-20T11:55:12+01:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/955d69eeb7b0833fc95eff8ebfa853809ad5a365?branch=update_services
Log:
Add root and nobody groups
These were added to systemd's basic.conf in
4ced52595f3e0367a0f2823be8b7acf6d7b7c2be,
49bb7fe5f88fc35b8529d7d8dfcd4c151a9aaf1a and
9361a712f85860ead532dba1468dbd3deef00e34. Let's add them to the setup
package as well to ensure we match with systemd's expected user/group
layout.
---
diff --git a/setup.sysusers.conf b/setup.sysusers.conf
index 6ab9c87..ee75bdc 100644
--- a/setup.sysusers.conf
+++ b/setup.sysusers.conf
@@ -11,6 +11,7 @@ u operator 11:0 "operator" /root -
u games 12:100 "games" /usr/games -
u ftp 14:50 "FTP User" /var/ftp -
u nobody 65534 "Kernel Overflow User" - -
+g root 0
g sys 3
g adm 4
g tty 5
@@ -37,3 +38,4 @@ g clock 103
g input 104
g render 105
g sgx 106
+g nobody 65534
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:56 [rpms/setup] update_services: Add root and nobody groups Daan De Meyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox