From 210f57faa85777682a2ce9662669a9b6a69cc69b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 9 Dec 2014 15:27:25 +0100 Subject: [PATCH] Removing user and group buxton MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit By principle, this setup should contain the minimum. Buxton is an optional component thus its user and group must be created on need. Change-Id: I65ecd84a7be60a510081743d45a69fd3d4eaa9b3 Signed-off-by: José Bollo --- files/etc/group | 1 - files/etc/passwd | 1 - 2 files changed, 2 deletions(-) diff --git a/files/etc/group b/files/etc/group index 90c4410..2233f47 100644 --- a/files/etc/group +++ b/files/etc/group @@ -32,7 +32,6 @@ nobody::99: users::100: systemd-journal:x:190: libvirt:x:191: -buxton::555: nogroup:*:65534: developer:x:5100: testuser:x:5101: diff --git a/files/etc/passwd b/files/etc/passwd index 065465b..acdee8d 100644 --- a/files/etc/passwd +++ b/files/etc/passwd @@ -14,7 +14,6 @@ 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 security-containers:x:377:377:security-containers:/var/lib/empty:/sbin/nologin -buxton:x:555:555:buxton user:/var/lib/empty:/sbin/nologin developer::5100:100:developer with SDK:/home/developer:/bin/false testuser:x:5101:5101:test user:/var/lib/empty:/bin/sh pulse:x:6507:6507:PulseAudio daemon:/var/run/pulse:/bin/false -- 2.7.4