diff options
author | Stephan Hoffmann <sho@relinux.de> | 2014-06-05 10:30:50 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-07 00:06:31 +0200 |
commit | b4f6274585d3fa63502f52997f715be0a1dbd08f (patch) | |
tree | e1ca3c27a12ce3ffa87592cbb89031bf35b2a9f5 | |
parent | d3ccfa362b21394d15b2cccc2636a0cb0ef87832 (diff) | |
download | buildroot-b4f6274585d3fa63502f52997f715be0a1dbd08f.tar.gz buildroot-b4f6274585d3fa63502f52997f715be0a1dbd08f.zip |
Remove user "default"
User "default" with no password has been around for long time, but not
used within buildroot. Since we now have BR2_ROOTFS_USERS_TABLES it is
no longer needed.
Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | system/device_table.txt | 1 | ||||
-rw-r--r-- | system/skeleton/etc/group | 1 | ||||
-rw-r--r-- | system/skeleton/etc/passwd | 1 | ||||
-rw-r--r-- | system/skeleton/etc/shadow | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/system/device_table.txt b/system/device_table.txt index 7ae4b071b9..e15412d98a 100644 --- a/system/device_table.txt +++ b/system/device_table.txt @@ -10,7 +10,6 @@ /tmp d 1777 0 0 - - - - - /etc d 755 0 0 - - - - - /root d 700 0 0 - - - - - -/home/default d 755 1000 1000 - - - - - /var/www d 755 33 33 - - - - - /etc/shadow f 600 0 0 - - - - - /etc/passwd f 644 0 0 - - - - - diff --git a/system/skeleton/etc/group b/system/skeleton/etc/group index 85a1fa2ea1..11d58acaef 100644 --- a/system/skeleton/etc/group +++ b/system/skeleton/etc/group @@ -27,4 +27,3 @@ ftp:x:83 nobody:x:99: nogroup:x:99: users:x:100: -default:x:1000: diff --git a/system/skeleton/etc/passwd b/system/skeleton/etc/passwd index ed7006a29c..8696954ca4 100644 --- a/system/skeleton/etc/passwd +++ b/system/skeleton/etc/passwd @@ -13,4 +13,3 @@ dbus:x:81:81:dbus:/var/run/dbus:/bin/sh ftp:x:83:83:ftp:/home/ftp:/bin/sh nobody:x:99:99:nobody:/home:/bin/sh sshd:x:103:99:Operator:/var:/bin/sh -default:x:1000:1000:Default non-root user:/home/default:/bin/sh diff --git a/system/skeleton/etc/shadow b/system/skeleton/etc/shadow index 67b67c1960..d5734d75f2 100644 --- a/system/skeleton/etc/shadow +++ b/system/skeleton/etc/shadow @@ -10,4 +10,3 @@ uucp:*:10933:0:99999:7::: operator:*:10933:0:99999:7::: ftp:*:10933:0:99999:7::: nobody:*:10933:0:99999:7::: -default::10933:0:99999:7::: |