public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Daan De Meyer <daan.j.demeyer@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: Add root and nobody groups
Date: Mon, 22 Jun 2026 15:56:31 GMT	[thread overview]
Message-ID: <178214379124.1.10087166561751334902.rpms-setup-955d69eeb7b0@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-06-22 15:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178214379124.1.10087166561751334902.rpms-setup-955d69eeb7b0@fedoraproject.org \
    --to=daan.j.demeyer@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox