add rpc user and group for rpcbind

This commit is contained in:
Tobias Powalowski 2013-08-20 11:55:37 +02:00
parent a7531996b7
commit 43429b3ad4
4 changed files with 6 additions and 2 deletions

View file

@ -17,6 +17,7 @@ utmp:x:20:
locate:x:21:
rfkill:x:24:
smmsp:x:25:
rpc:x:32:
http:x:33:
games:x:50:
lock:x:54:

View file

@ -29,5 +29,6 @@ power:x::
uuidd:!::
nobody:::
ntp:!::
rpc:!::
users:::
systemd-journal:x::

View file

@ -1,5 +1,6 @@
nobody:x:99:99:nobody:/:/bin/false
root:x:0:0:root:/root:/bin/zsh
rpc:x:32:32:Rpcbind Daemon:/dev/null:/bin/false
dbus:x:81:81:System message bus:/:/bin/false
uuidd:x:68:68:uuidd:/:/sbin/nologin
ntp:x:87:87:Network Time Protocol:/var/lib/ntp:/bin/false

View file

@ -3,3 +3,4 @@ root::99999::::::
dbus:!:15490:0:99999:7:::
uuidd:!:15589::::::
ntp:!:15399:0:99999:7:::
rpc:!:15937::::::