summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-03 15:59:25 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-03 15:59:25 +0100
commit344208aa81a079a888cdde7082b2a8e602192e00 (patch)
treec093522dd2f369cc8b632328c4695fffee9453f3
parente49ef8f78e0be221010440bd290007dc17b11093 (diff)
downloadfhs-dirs-344208aa81a079a888cdde7082b2a8e602192e00.tar.gz
add user and group for default dbus user
-rw-r--r--group1
-rw-r--r--passwd1
2 files changed, 2 insertions, 0 deletions
diff --git a/group b/group
index a9ccd51..f0e803d 100644
--- a/group
+++ b/group
@@ -13,4 +13,5 @@ utmp:x:43:
video:x:44:
sshd:x:50:sshd
lock:x:54:
+messagebus:x:107:
nogroup:x:65534:nobody
diff --git a/passwd b/passwd
index fe8e20f..edc07d5 100644
--- a/passwd
+++ b/passwd
@@ -1,4 +1,5 @@
root::0:0:Super user:/root:/bin/sh
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
sshd:x:50:50::/var/lib/sshd:/bin/false
+messagebus:x:105:107::/var/run/dbus:/bin/false
nobody:x:65534:65534:nobody:/nonexistent:/bin/false