summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-passwd/base-passwd/nobash.patch
diff options
context:
space:
mode:
authorUpgrade Helper <uh@not.set>2014-01-04 11:44:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-10 15:16:47 +0000
commit0509a60ba5820bd94e107a244b8a01e6f4776741 (patch)
treee0d1e55b8245fe4681c96b9cc065c59c88f7e0ab /meta/recipes-core/base-passwd/base-passwd/nobash.patch
parent6ee5d95317de77c1cfb6db6f1ab2de77f5fa085e (diff)
downloadpoky-0509a60ba5820bd94e107a244b8a01e6f4776741.tar.gz
base-passwd: upgrade to 3.5.29
(From OE-Core rev: 7c79e70d3a803f2ccb9b9c6ed2134019631672fd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/base-passwd/base-passwd/nobash.patch')
-rw-r--r--meta/recipes-core/base-passwd/base-passwd/nobash.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-core/base-passwd/base-passwd/nobash.patch b/meta/recipes-core/base-passwd/base-passwd/nobash.patch
new file mode 100644
index 0000000000..6371576440
--- /dev/null
+++ b/meta/recipes-core/base-passwd/base-passwd/nobash.patch
@@ -0,0 +1,23 @@
1use /bin/sh instead of /bin/bash, since the latter may not be included in
2some images such as minimal
3
4comment added by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
5
6remove "*" for root since we don't have a /etc/shadow so far.
7
8by Kevin Tian <kevin.tian@intel.com>, 2010-07-06
9
10Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
11
12Upstream-Status: Invalid [configuration]
13
14Signed-off-by: Scott Garman <scott.a.garman@intel.com>
15
16--- base-passwd/passwd.master~nobash
17+++ base-passwd/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:/bin/sh
22 bin:*:2:2:bin:/bin:/bin/sh
23 sys:*:3:3:sys:/dev:/bin/sh