diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-04-18 13:29:21 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-19 15:46:05 +0200 |
commit | 552b4f9400d1710796371fb29c23087a78e5c440 (patch) | |
tree | a1b3c52f1f3f6f03a571351901ac3d22817957f5 /fs | |
parent | 40bbf5334aeea60ad06090dc5718657dfc464cf8 (diff) | |
download | buildroot-novena-552b4f9400d1710796371fb29c23087a78e5c440.tar.gz buildroot-novena-552b4f9400d1710796371fb29c23087a78e5c440.zip |
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 <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs')
-rw-r--r-- | 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 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: |