[Buildroot] [git commit] skeleton: sync /etc/shadow with /etc/passwd

Peter Korsgaard peter at korsgaard.com
Wed Oct 28 22:33:14 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=0110ffe7b50dbfc892172fb4e064d2538acb1852
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Synchronize /etc/shadow with /etc/passwd:
  - remove "halt" and "uucp"
  - add "sys", "mail" and "www-data"

Signed-off-by: Jérôme Pouiller <jezz at sysmic.org>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 system/skeleton/etc/shadow |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/system/skeleton/etc/shadow b/system/skeleton/etc/shadow
index 2ac2607..06778f1 100644
--- a/system/skeleton/etc/shadow
+++ b/system/skeleton/etc/shadow
@@ -1,8 +1,9 @@
 root::10933:0:99999:7:::
-bin:*:10933:0:99999:7:::
 daemon:*:10933:0:99999:7:::
+bin:*:10933:0:99999:7:::
+sys:*:10933:0:99999:7:::
 sync:*:10933:0:99999:7:::
-halt:*:10933:0:99999:7:::
-uucp:*:10933:0:99999:7:::
+mail:*:10933:0:99999:7:::
+www-data:*:10933:0:99999:7:::
 operator:*:10933:0:99999:7:::
 nobody:*:10933:0:99999:7:::


More information about the buildroot mailing list