Skip to content

Commit 14715a5

Browse files
committed
manifest: Add static sysusers entries
For use with coreos/rpm-ostree#1679
1 parent 82a0122 commit 14715a5

File tree

3 files changed

+10
-100
lines changed

3 files changed

+10
-100
lines changed

fedora-coreos-base.yaml

+10-15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ tmp-is-dir: true
77

88
# Required by Ignition, and makes the system not compatible with Anaconda
99
machineid-compat: false
10+
# New model
11+
sysusers: true
12+
sysusers-users:
13+
dbus: 81 # Historical
14+
dnsmasq: 920 # No particular reason to start here
15+
polkitd: 921
16+
chrony: 922
17+
sysusers-groups:
18+
utmp: 22 # Matches historical soft value
19+
ssh_keys: 23 # Matches historical soft value
1020

1121
releasever: "29"
1222
automatic_version_prefix: "29"
@@ -15,21 +25,6 @@ repos:
1525
- fedora-updates
1626
- dustymabe-ignition
1727

18-
ignore-removed-users:
19-
- root
20-
ignore-removed-groups:
21-
- root
22-
etc-group-members:
23-
- wheel
24-
- sudo
25-
- systemd-journal
26-
- adm
27-
check-passwd:
28-
type: "file"
29-
filename: "passwd"
30-
check-groups:
31-
type: "file"
32-
filename: "group"
3328

3429
postprocess:
3530
- |

group

-52
This file was deleted.

passwd

-33
This file was deleted.

0 commit comments

Comments
 (0)