1remove "*" for root since we don't have a /etc/shadow so far. 2 3Upstream-Status: Inappropriate [configuration] 4 5Signed-off-by: Scott Garman <scott.a.garman@intel.com> 6 7--- base-passwd/passwd.master~nobash 8+++ base-passwd/passwd.master 9@@ -1,4 +1,4 @@ 10-root:*:0:0:root:/root:/bin/sh 11+root::0:0:root:/root:/bin/sh 12 daemon:*:1:1:daemon:/usr/sbin:/bin/sh 13 bin:*:2:2:bin:/bin:/bin/sh 14 sys:*:3:3:sys:/dev:/bin/sh 15