From 23ed226a4b4b7c1cac2c52e6808631d9f0d6f652 Mon Sep 17 00:00:00 2001 From: Matei Valeanu Date: Fri, 19 Feb 2021 19:17:20 +0100 Subject: Set the users and groups statically Cannot set USERADD_ERROR_DYNAMIC to error as it breaks the build. We need to be carefull when adding new users/groups, to also add them to files/{groups,passwd} Change-Id: I7ecfa9936af6319ced946e243cbe3bbcd23e8e4c Signed-off-by: Matei Valeanu --- files/group | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 files/group (limited to 'files/group') diff --git a/files/group b/files/group new file mode 100644 index 0000000..99cb628 --- /dev/null +++ b/files/group @@ -0,0 +1,56 @@ +root:x:0: +daemon:x:1: +bin:x:2: +sys:x:3: +adm:x:4: +tty:x:5: +disk:x:6: +lp:x:7: +mail:x:8: +news:x:9: +uucp:x:10: +man:x:12: +proxy:x:13: +kmem:x:15: +input:x:19: +dialout:x:20: +fax:x:21: +voice:x:22: +cdrom:x:24: +floppy:x:25: +tape:x:26: +sudo:x:27: +audio:x:29: +dip:x:30: +www-data:x:33: +backup:x:34: +operator:x:37: +list:x:38: +irc:x:39: +src:x:40: +gnats:x:41: +shadow:x:42: +utmp:x:43: +video:x:44: +sasl:x:45: +plugdev:x:46: +staff:x:50: +games:x:60: +shutdown:x:70: +users:x:100: +systemd-bus-proxy:x:985: +systemd-resolve:x:986: +systemd-network:x:987: +systemd-timesync:x:988: +systemd-journal:x:989: +lock:x:990: +sshd:x:991: +qemu:x:992: +polkitd:x:993: +ntp:x:994: +docker:x:995: +messagebus:x:996: +netdev:x:997: +bind:x:998: +_apt:x:999: +nogroup:x:65534: -- cgit v1.2.3-54-g00ecf