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/passwd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/passwd (limited to 'files/passwd') diff --git a/files/passwd b/files/passwd new file mode 100644 index 0000000..2c21e09 --- /dev/null +++ b/files/passwd @@ -0,0 +1,29 @@ +root:x:0:0:root:/home/root:/bin/sh +daemon:x:1:1:daemon:/usr/sbin:/bin/sh +bin:x:2:2:bin:/bin:/bin/sh +sys:x:3:3:sys:/dev:/bin/sh +sync:x:4:65534:sync:/bin:/bin/sync +games:x:5:60:games:/usr/games:/bin/sh +man:x:6:12:man:/var/cache/man:/bin/sh +lp:x:7:7:lp:/var/spool/lpd:/bin/sh +mail:x:8:8:mail:/var/mail:/bin/sh +news:x:9:9:news:/var/spool/news:/bin/sh +uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh +proxy:x:13:13:proxy:/bin:/bin/sh +www-data:x:33:33:www-data:/var/www:/bin/sh +backup:x:34:34:backup:/var/backups:/bin/sh +list:x:38:38:Mailing List Manager:/var/list:/bin/sh +irc:x:39:39:ircd:/var/run/ircd:/bin/sh +gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh +systemd-bus-proxy:x:989:985::/:/bin/nologin +systemd-resolve:x:990:986::/:/bin/nologin +systemd-network:x:991:987::/:/bin/nologin +systemd-timesync:x:992:988::/:/bin/nologin +sshd:x:993:991::/var/run/sshd:/bin/false +qemu:x:994:992::/home/qemu:/bin/sh +polkitd:x:995:993::/etc/polkit-1:/bin/sh +ntp:x:996:994::/var/lib/ntp:/bin/false +messagebus:x:997:996::/var/lib/dbus:/bin/false +bind:x:998:998::/var/cache/bind:/bin/sh +_apt:x:999:999::/nonexistent:/bin/false +nobody:x:65534:65534:nobody:/nonexistent:/bin/sh -- cgit v1.2.3-54-g00ecf