summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2015-10-28 17:07:13 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-10-28 23:33:14 +0100
commit0110ffe7b50dbfc892172fb4e064d2538acb1852 (patch)
treecb3a4c45fb1fb754749facd86bd2c2cbc93c4e8b /system
parent230c9f567f5bee1f636d610be4d16e668737d279 (diff)
skeleton: sync /etc/shadow with /etc/passwd
Synchronize /etc/shadow with /etc/passwd: - remove "halt" and "uucp" - add "sys", "mail" and "www-data" Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'system')
-rw-r--r--system/skeleton/etc/shadow7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/skeleton/etc/shadow b/system/skeleton/etc/shadow
index 2ac26076b..06778f13f 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:::