From dae34d84b2049dde44133d9c13d590f5682f546b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 11 Dec 2017 16:50:45 +0100 Subject: [PATCH] colord: Set daemon user to *colord* [1] > --with-daemon-user=colord: This switch is used so the colord daemon > will run as an unprivileged user instead of root user. [1] http://www.linuxfromscratch.org/blfs/view/8.1/general/colord.html --- colord.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colord.be0 b/colord.be0 index b747cd050..6ea3be805 100755 --- a/colord.be0 +++ b/colord.be0 @@ -32,7 +32,8 @@ mee_configure() { --disable-gusb \ --disable-static \ --disable-systemd-login \ - --disable-udev + --disable-udev \ + --with-daemon-user=colord } #mee_build() {