blob: 09f8cfea9c64e1682a20ef696c01b672601fef33 [file] [log] [blame]
Andrew Geisslerd5838332022-05-27 11:33:10 -05001From 4411fc0df77566d52bee11ec0bad4be30a96e99e Mon Sep 17 00:00:00 2001
2From: Scott Garman <scott.a.garman@intel.com>
3Date: Fri, 29 Apr 2022 13:32:27 +0000
4Subject: [PATCH] Use /bin/sh instead of /bin/bash for the root user
5
6/bin/bash may not be included in some images such as minimal.
7
8Upstream-Status: Inappropriate [configuration]
9Signed-off-by: Scott Garman <scott.a.garman@intel.com>
10---
11 passwd.master | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/passwd.master b/passwd.master
15index 7cd4e24..041685a 100644
16--- a/passwd.master
17+++ b/passwd.master
18@@ -1,4 +1,4 @@
19-root:*:0:0:root:/root:/bin/bash
20+root:*:0:0:root:/root:/bin/sh
21 daemon:*:1:1:daemon:/usr/sbin:/usr/sbin/nologin
22 bin:*:2:2:bin:/bin:/usr/sbin/nologin
23 sys:*:3:3:sys:/dev:/usr/sbin/nologin