diff options
Diffstat (limited to 'meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch')
| -rw-r--r-- | meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch b/meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch new file mode 100644 index 0000000000..2bde9bf33b --- /dev/null +++ b/meta/packages/base-passwd/base-passwd-3.5.9/nobash.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | |||
| 2 | # | ||
| 3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
| 4 | # | ||
| 5 | |||
| 6 | --- base-passwd/passwd.master~nobash | ||
| 7 | +++ base-passwd/passwd.master | ||
| 8 | @@ -1,4 +1,4 @@ | ||
| 9 | -root::0:0:root:/root:/bin/bash | ||
| 10 | +root::0:0:root:/root:/bin/sh | ||
| 11 | daemon:*:1:1:daemon:/usr/sbin:/bin/sh | ||
| 12 | bin:*:2:2:bin:/bin:/bin/sh | ||
| 13 | sys:*:3:3:sys:/dev:/bin/sh | ||
