summaryrefslogtreecommitdiff
path: root/libre/filesystem/passwd
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-09 11:45:34 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-09 11:45:34 -0300
commite34267d71022012bd4f30c53c5ca1e35a7d4beb1 (patch)
treecfef4d4b53f5562f9e43df44cd3338c0de11044a /libre/filesystem/passwd
parent20f5d5fc08951c163d96590e3cfe344eda4a437e (diff)
filesystem-2014.06-1: updating version
* add systemd-network user and group in prep for systemd 214 * use nologin rather than /bin/false for disabled accounts * preemptively add systemd-network user/group
Diffstat (limited to 'libre/filesystem/passwd')
-rw-r--r--libre/filesystem/passwd17
1 files changed, 9 insertions, 8 deletions
diff --git a/libre/filesystem/passwd b/libre/filesystem/passwd
index b65b7cc8a..2f404bb41 100644
--- a/libre/filesystem/passwd
+++ b/libre/filesystem/passwd
@@ -1,11 +1,12 @@
root:x:0:0:root:/root:/bin/bash
-bin:x:1:1:bin:/bin:/bin/false
-daemon:x:2:2:daemon:/sbin:/bin/false
-mail:x:8:12:mail:/var/spool/mail:/bin/false
-ftp:x:14:11:ftp:/srv/ftp:/bin/false
-http:x:33:33:http:/srv/http:/bin/false
+bin:x:1:1:bin:/bin:/usr/bin/nologin
+daemon:x:2:2:daemon:/sbin:/usr/bin/nologin
+mail:x:8:12:mail:/var/spool/mail:/usr/bin/nologin
+ftp:x:14:11:ftp:/srv/ftp:/usr/bin/nologin
+http:x:33:33:http:/srv/http:/usr/bin/nologin
uuidd:x:68:68:uuidd:/:/sbin/nologin
dbus:x:81:81:dbus:/:/sbin/nologin
-nobody:x:99:99:nobody:/:/bin/false
-systemd-journal-gateway:x:191:191:systemd-journal-gateway:/:/bin/false
-systemd-timesync:x:192:192:systemd-timesync:/:/bin/false
+nobody:x:99:99:nobody:/:/usr/bin/nologin
+systemd-journal-gateway:x:191:191:systemd-journal-gateway:/:/usr/bin/nologin
+systemd-timesync:x:192:192:systemd-timesync:/:/usr/bin/nologin
+systemd-network:x:193:193:systemd-network:/:/usr/bin/nologin