From ada3d2d73da1e28ce65aaef8e22627afc1960fbc Mon Sep 17 00:00:00 2001 From: Michal Witanowski Date: Mon, 26 May 2014 16:10:11 +0200 Subject: [PATCH] Add security-containers user The purpose of this user is to ensure an existence of a static UID for dbus communication between the host and LXC containers. Change-Id: I44182878f9f0a9fc59b394fc09a8e8f404b0e4c7 Signed-off-by: Michal Witanowski --- files/etc/passwd | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/passwd b/files/etc/passwd index 112b89b..3d9e5af 100644 --- a/files/etc/passwd +++ b/files/etc/passwd @@ -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 +security-containers:x:377:377:security-containers:/var/lib/empty:/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 -- 2.7.4