]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
88cc5be66ca5a247764be2d2c50161f4be03d2f5
[thirdparty/openembedded/openembedded-core-contrib.git] /
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
5
6 Upstream-Status: Inappropriate [configuration]
7 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
8 ---
9 passwd.master | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 diff --git a/passwd.master b/passwd.master
13 index b54ff51..e1c32ff 100644
14 --- a/passwd.master
15 +++ b/passwd.master
16 @@ -1,4 +1,4 @@
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