From 78c723769e12eeffa00b1eee151a90586caa21d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Fri, 28 Nov 2014 13:59:01 +0100 Subject: [PATCH] Add a user and a group for systemd-bus-proxyd MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit systemd-bus-proxyd which provides communication between DBus clients and kdbus bus runs as an unprivileged user. Bug-Tizen: TC-1024/related Change-Id: I0b68954f5554fe86b083f1e6c7e80511f783649e Signed-off-by: Łukasz Stelmach --- files/etc/group | 1 + files/etc/passwd | 1 + 2 files changed, 2 insertions(+) diff --git a/files/etc/group b/files/etc/group index c066a25..15b4112 100644 --- a/files/etc/group +++ b/files/etc/group @@ -26,6 +26,7 @@ ftp::50: lock::54: games::60: dbus:*:81 +systemd-bus-proxy:*:82: nobody::99: users::100: polkitd::113: diff --git a/files/etc/passwd b/files/etc/passwd index 95ee2ae..ed37318 100644 --- a/files/etc/passwd +++ b/files/etc/passwd @@ -9,6 +9,7 @@ mail:*:8:12:mail:/var/spool/mail:/sbin/nologin uucp:*:10:14:uucp:/var/spool/uucp:/sbin/nologin games:*:12:100:games:/usr/games:/sbin/nologin ftp:*:14:50:FTP User:/srv/ftp:/sbin/nologin +systemd-bus-proxy:*:82:82:systemd Bus Proxy:/:/sbin/nologin nobody:*:99:99:Nobody:/var/lib/empty:/sbin/nologin sshd:x:112:65534::/var/run/sshd:/usr/sbin/nologin polkitd:x:113:113:polkitd:/var/lib/polkit:/sbin/nologin -- 2.7.4