From f671674b77bb1c907c93f9687ac77edd654e2dc4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 23 Jan 2019 01:41:33 +0000 Subject: [PATCH] manifest: Add static sysusers entries For use with https://github.com/projectatomic/rpm-ostree/pull/1679 --- fedora-coreos-base.yaml | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/fedora-coreos-base.yaml b/fedora-coreos-base.yaml index 256dd095f8..6e1b82e923 100644 --- a/fedora-coreos-base.yaml +++ b/fedora-coreos-base.yaml @@ -7,6 +7,16 @@ tmp-is-dir: true # Required by Ignition, and makes the system not compatible with Anaconda machineid-compat: false +# New model +sysusers: true +sysusers-users: + dbus: 81 # Historical + dnsmasq: 920 # No particular reason to start here + polkitd: 921 + chrony: 922 +sysusers-groups: + utmp: 22 # Matches historical soft value + ssh_keys: 23 # Matches historical soft value releasever: "29" automatic_version_prefix: "29" @@ -15,21 +25,6 @@ repos: - fedora-updates - dustymabe-ignition -ignore-removed-users: - - root -ignore-removed-groups: - - root -etc-group-members: - - wheel - - sudo - - systemd-journal - - adm -check-passwd: - type: "file" - filename: "passwd" -check-groups: - type: "file" - filename: "group" postprocess: - |