1 From 13a1a284a134d18a454625a5b4485c0d99079ae9 Mon Sep 17 00:00:00 2001
2 From: Scott Garman <scott.a.garman@intel.com>
3 Date: Fri, 29 Apr 2022 13:32:28 +0000
4 Subject: [PATCH] Remove "*" for root since we do not have an /etc/shadow
6 Upstream-Status: Inappropriate [configuration]
7 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/passwd.master b/passwd.master
13 index b54ff51..e1c32ff 100644
17 -root:*:0:0:root:/root:/bin/sh
18 +root::0:0:root:/root:/bin/sh
19 daemon:*:1:1:daemon:/usr/sbin:/bin/sh
20 bin:*:2:2:bin:/bin:/bin/sh
21 sys:*:3:3:sys:/dev:/bin/sh