--- libweston/weston-launch.c.orig 2016-12-31 16:37:25.996646585 +0000 +++ libweston/weston-launch.c 2016-12-31 16:38:13.833312813 +0000 @@ -151,7 +151,7 @@ if (getuid() == 0) return true; - gr = getgrnam("weston-launch"); + gr = getgrnam("staff"); if (gr) { groups = read_groups(); if (groups) {