]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
9396d134600773e67c91088d43c092181ea42f6e
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 From 022cf6956c647cc193fce2b0ccdf1308d3e208cd 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 bd3efc2..66e9033 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:/usr/sbin/nologin
20 bin:*:2:2:bin:/bin:/usr/sbin/nologin
21 sys:*:3:3:sys:/dev:/usr/sbin/nologin