Add a buxton user and group 81/18181/1
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Fri, 14 Mar 2014 19:30:33 +0000 (12:30 -0700)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Mon, 17 Mar 2014 16:34:54 +0000 (09:34 -0700)
The buxton daemon runs as the "buxton" user, and it must write to the
/var/lib/buxton directory, which will be owned by user "buxton", so make
sure this user is defined.

Add a group as well so that we can set the group owner to "buxton" on
/var/lib/buxton.

Change-Id: I4a117bcbbc0aba12d8a60d69d8b05b378a235367
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
files/etc/group
files/etc/passwd

index 85c5287..332b0f0 100644 (file)
@@ -31,6 +31,7 @@ avahi::114:
 nobody::99:
 users::100:app,tizen
 systemd-journal:x:190:
+buxton::555:
 nogroup:*:65534:
 app:x:5000:app
 developer:x:5100:
index 034deb1..112b89b 100644 (file)
@@ -13,6 +13,7 @@ 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
 avahi:x:114:114:avahi:/run/avahi-daemon:/sbin/nologin
+buxton:x:555:555:buxton user:/var/lib/empty:/sbin/nologin
 app:x:5000:5000:System based user:/home/app:/bin/sh
 developer::5100:5100:developer with SDK:/home/developer:/bin/false
 testuser:x:5101:5101:test user:/var/lib/empty:/bin/sh