[Buildroot] [PATCH 1/3] Fix systemd failure with lock files

Maxime Ripard maxime.ripard at free-electrons.com
Wed Apr 18 11:29:21 UTC 2012


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 <maxime.ripard at free-electrons.com>
---
 fs/skeleton/etc/group |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/skeleton/etc/group b/fs/skeleton/etc/group
index 311a455..cd4ca79 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:
-- 
1.7.5.4




More information about the buildroot mailing list