public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: Insist that the root and nobody groups have the expected GIDs
@ 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 : e342621812686a5102f822a5873473203874236c
Author : Daan De Meyer <daan.j.demeyer@gmail.com>
Date : 2025-03-20T12:08:48+01:00
Stats : +13/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/setup/c/e342621812686a5102f822a5873473203874236c?branch=update_services
Log:
Insist that the root and nobody groups have the expected GIDs
This mirrors the same change from 49bb7fe5f88fc35b8529d7d8dfcd4c151a9aaf1a
and 4ced52595f3e0367a0f2823be8b7acf6d7b7c2be in systemd. Instead of potentially
allocating random GIDs for the root and nobody groups, let's insist that these
have the expected GIDs.
---
diff --git a/setup.sysusers.conf b/setup.sysusers.conf
index ee75bdc..82be285 100644
--- a/setup.sysusers.conf
+++ b/setup.sysusers.conf
@@ -1,16 +1,16 @@
-u root 0 "Super User" /root /bin/bash
-u bin 1 "bin" /bin -
-u daemon 2 "daemon" /sbin -
-u adm 3:4 "adm" /var/adm -
-u lp 4:7 "lp" /var/spool/lpd -
-u sync 5:0 "sync" /sbin /bin/sync
-u shutdown 6:0 "shutdown" /sbin /sbin/shutdown
-u halt 7:0 "halt" /sbin /sbin/halt
-u mail 8:12 "mail" /var/spool/mail -
-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" - -
+u root 0:0 "Super User" /root /bin/bash
+u bin 1 "bin" /bin -
+u daemon 2 "daemon" /sbin -
+u adm 3:4 "adm" /var/adm -
+u lp 4:7 "lp" /var/spool/lpd -
+u sync 5:0 "sync" /sbin /bin/sync
+u shutdown 6:0 "shutdown" /sbin /sbin/shutdown
+u halt 7:0 "halt" /sbin /sbin/halt
+u mail 8:12 "mail" /var/spool/mail -
+u operator 11:0 "operator" /root -
+u games 12:100 "games" /usr/games -
+u ftp 14:50 "FTP User" /var/ftp -
+u nobody 65534:65534 "Kernel Overflow User" - -
g root 0
g sys 3
g adm 4
^ 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: Insist that the root and nobody groups have the expected GIDs 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