Skip to content

Commit

Permalink
colord: Set daemon user to *colord* [1]
Browse files Browse the repository at this point in the history
>  --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
  • Loading branch information
pmenzel committed Dec 11, 2017
1 parent 9f4efb5 commit e0f8469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion colord.be0
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ mee_configure() {
--disable-gusb \
--disable-static \
--disable-systemd-login \
--disable-udev
--disable-udev \
--with-daemon-user=colord
}

#mee_build() {
Expand Down

0 comments on commit e0f8469

Please sign in to comment.