diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/base-passwd/files | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/base-passwd/files')
-rw-r--r-- | recipes/base-passwd/files/mysql.patch | 8 | ||||
-rw-r--r-- | recipes/base-passwd/files/nobash.patch | 13 | ||||
-rw-r--r-- | recipes/base-passwd/files/root-home.patch | 8 | ||||
-rw-r--r-- | recipes/base-passwd/files/slugos/README | 14 | ||||
-rw-r--r-- | recipes/base-passwd/files/slugos/root-home.patch | 8 |
5 files changed, 51 insertions, 0 deletions
diff --git a/recipes/base-passwd/files/mysql.patch b/recipes/base-passwd/files/mysql.patch new file mode 100644 index 0000000000..b641f41238 --- /dev/null +++ b/recipes/base-passwd/files/mysql.patch @@ -0,0 +1,8 @@ +--- base-passwd/group.master.orig 2005-07-08 06:36:07.717990112 +0200 ++++ base-passwd/group.master 2005-07-08 06:36:32.000000000 +0200 +@@ -36,4 +36,5 @@ + staff:*:50: + games:*:60: + users:*:100: ++mysql:*:64001: + nogroup:*:65534: diff --git a/recipes/base-passwd/files/nobash.patch b/recipes/base-passwd/files/nobash.patch new file mode 100644 index 0000000000..2bde9bf33b --- /dev/null +++ b/recipes/base-passwd/files/nobash.patch @@ -0,0 +1,13 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- base-passwd/passwd.master~nobash ++++ base-passwd/passwd.master +@@ -1,4 +1,4 @@ +-root::0:0:root:/root:/bin/bash ++root::0:0:root:/root:/bin/sh + daemon:*:1:1:daemon:/usr/sbin:/bin/sh + bin:*:2:2:bin:/bin:/bin/sh + sys:*:3:3:sys:/dev:/bin/sh diff --git a/recipes/base-passwd/files/root-home.patch b/recipes/base-passwd/files/root-home.patch new file mode 100644 index 0000000000..85d96b6185 --- /dev/null +++ b/recipes/base-passwd/files/root-home.patch @@ -0,0 +1,8 @@ +--- base-passwd/passwd.master.orig 2005-07-08 06:26:22.000000000 +0200 ++++ base-passwd/passwd.master 2005-07-08 06:31:58.000000000 +0200 +@@ -1,4 +1,4 @@ +-root::0:0:root:/root:/bin/sh ++root::0:0:root:/home/root:/bin/sh + daemon:*:1:1:daemon:/usr/sbin:/bin/sh + bin:*:2:2:bin:/bin:/bin/sh + sys:*:3:3:sys:/dev:/bin/sh diff --git a/recipes/base-passwd/files/slugos/README b/recipes/base-passwd/files/slugos/README new file mode 100644 index 0000000000..1abe54b5a2 --- /dev/null +++ b/recipes/base-passwd/files/slugos/README @@ -0,0 +1,14 @@ +This patch overrides the root-home.patch for all DISTROs +derived from slugos (DISTROs which set slugos in OVERRIDES) + +The patch sets a root password on /etc/passwd, this password is + +opeNSLUg + +This allows ssh (dropbear) login to an OpenSlug NSLU2 using that +password. + +The password is NO MORE SECURE than the previous empty string, +however, because ssh logins can now succeed the NSLU2 is LESS +secure! This password must be changed as soon as possible after +initial configuration of the NSLU2. diff --git a/recipes/base-passwd/files/slugos/root-home.patch b/recipes/base-passwd/files/slugos/root-home.patch new file mode 100644 index 0000000000..97dab68f33 --- /dev/null +++ b/recipes/base-passwd/files/slugos/root-home.patch @@ -0,0 +1,8 @@ +--- base-passwd/passwd.master.orig 2005-07-08 06:26:22.000000000 +0200 ++++ base-passwd/passwd.master 2005-07-08 06:31:58.000000000 +0200 +@@ -1,4 +1,4 @@ +-root::0:0:root:/root:/bin/sh ++root:Xm./49bYkrkuo:0:0:root:/root:/bin/sh + daemon:*:1:1:daemon:/usr/sbin:/bin/sh + bin:*:2:2:bin:/bin:/bin/sh + sys:*:3:3:sys:/dev:/bin/sh |