From 552b4f9400d1710796371fb29c23087a78e5c440 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 18 Apr 2012 13:29:21 +0200 Subject: Fix systemd failure with lock files Systemd introduced a new policy described here: http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html Add the "lock" group to buildroot to allow systemd to set this in place at boot time Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- fs/skeleton/etc/group | 1 + 1 file changed, 1 insertion(+) (limited to 'fs') diff --git a/fs/skeleton/etc/group b/fs/skeleton/etc/group index 311a45516..cd4ca7942 100644 --- a/fs/skeleton/etc/group +++ b/fs/skeleton/etc/group @@ -9,6 +9,7 @@ wheel:x:10:root audio:x:29: utmp:x:43: staff:x:50: +lock:x:54: haldaemon:x:68: dbus:x:81: netdev:x:82: -- cgit v1.2.3