From 680a856f4902af7bba0cd3ebfcbc47efd5741c3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Wed, 18 Feb 2015 17:04:24 +0100 Subject: [PATCH] Add group display MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The group display is obviously a system group that should exist. Its gid MUST be between 100 and 499. It was previously created byweston-common project (and it is still created by this package if not already existing). Change-Id: I7a98ed5b7d1780092ea45e47aa7651154d02ee41 Signed-off-by: José Bollo --- files/etc/group | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/group b/files/etc/group index fbf2f57..ed663c0 100644 --- a/files/etc/group +++ b/files/etc/group @@ -32,6 +32,7 @@ polkitd::113: avahi::114: systemd-journal:x:190: libvirt:x:191: +display:x:201: system:x:1000: bluetooth:x:1002: graphics:x:1003: -- 2.7.4