summaryrefslogtreecommitdiff
path: root/libre/filesystem/passwd
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-24 21:45:49 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-24 21:45:49 -0300
commite8d8c5e97440cd7ac11ad079a90b1d7073e2b738 (patch)
tree8ad4e54b15af37dda0941b748b7874c9a780b133 /libre/filesystem/passwd
parent4c959bee7ad30778d9282f675ce80eeb48294040 (diff)
filesystem-2014.06-2: updating revision
* add systemd-bus-proxy user/group for systemd 214 * add systemd-* users to stock shadow file (FS#40800 => https://bugs.archlinux.org/task/40800) * run pwdconv/grpconv if we touch passwd/group, respecitively (FS#40800 => https://bugs.archlinux.org/task/40800) * add systemd-resolve user/group
Diffstat (limited to 'libre/filesystem/passwd')
-rw-r--r--libre/filesystem/passwd8
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/filesystem/passwd b/libre/filesystem/passwd
index 2f404bb41..b3e79eb9d 100644
--- a/libre/filesystem/passwd
+++ b/libre/filesystem/passwd
@@ -1,12 +1,14 @@
root:x:0:0:root:/root:/bin/bash
bin:x:1:1:bin:/bin:/usr/bin/nologin
-daemon:x:2:2:daemon:/sbin:/usr/bin/nologin
+daemon:x:2:2:daemon:/:/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
+uuidd:x:68:68:uuidd:/:/usr/bin/nologin
+dbus:x:81:81:dbus:/:/usr/bin/nologin
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
+systemd-bus-proxy:x:194:194:systemd-bus-proxy:/:/usr/bin/nologin
+systemd-resolve:x:195:195:systemd-resolve:/:/usr/bin/nologin