Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] manifests/group: drop all group entries #1839

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions manifests/group
Original file line number Diff line number Diff line change
@@ -1,46 +1,3 @@
root:x:0:
bin:x:1:
daemon:x:2:
sys:x:3:
adm:x:4:
tty:x:5:
disk:x:6:
lp:x:7:
mem:x:8:
kmem:x:9:
wheel:x:10:
cdrom:x:11:
mail:x:12:
man:x:15:
sudo:x:16:
dialout:x:18:
floppy:x:19:
games:x:20:
tape:x:33:
video:x:39:
ftp:x:50:
lock:x:54:
audio:x:63:
nobody:x:99:
users:x:100:
ssh_keys:x:999:
systemd-journal:x:190:
polkitd:x:998:
etcd:x:997:
dip:x:40:
cgred:x:996:
avahi-autoipd:x:170:
sssd:x:993:
dockerroot:x:986:
rpcuser:x:29:
nfsnobody:x:65534:
kube:x:994:
chrony:x:992:
tcpdump:x:72:
ceph:x:167:
input:x:995:
systemd-timesync:x:991:
systemd-network:x:990:
systemd-resolve:x:989:
systemd-bus-proxy:x:988:
cockpit-ws:x:987:
3 changes: 3 additions & 0 deletions overlay.d/15fcos/usr/lib/sysusers.d/00-group-nobody.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CoreOS mismatch: https://github.com/coreos/fedora-coreos-tracker/issues/1201
# g nobody 65534
g nobody 99
16 changes: 16 additions & 0 deletions overlay.d/15fcos/usr/lib/sysusers.d/00-groups-coreos-static.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
g sudo 16
g dockerroot 986
g cockpit-ws 987
g systemd-bus-proxy 988
g systemd-resolve 989
g systemd-network 990
g systemd-timesync 991
g chrony 992
g sssd 993
g kube 994
g input 995
g cgred 996
g etcd 997
g polkitd 998
g ssh_keys 999
g nfsnobody 65534
23 changes: 23 additions & 0 deletions overlay.d/15fcos/usr/lib/sysusers.d/10-groups-basic.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
g root 0
g bin 1
g daemon 2
g sys 3
g adm 4
g tty 5
g disk 6
g lp 7
g mem 8
g kmem 9
g wheel 10
g cdrom 11
g mail 12
g man 15
g dialout 18
g floppy 19
g games 20
g tape 33
g video 39
g ftp 50
g lock 54
g audio 63
g users 100
12 changes: 12 additions & 0 deletions overlay.d/15fcos/usr/lib/sysusers.d/10-groups-static-extra.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
g utmp 22
g rpcuser 29
g rpc 32
g utempter 35
g dip 40
g tss 59
g tcpdump 72
g sshd 74
g dbus 81
g ceph 167
g avahi-autoipd 170
g systemd-journal 190