Skip to content

Commit

Permalink
colord: Removing the option/selection to use root as the daemon user.…
Browse files Browse the repository at this point in the history
… They do not

recommend this and is not required anymore of colord.
  • Loading branch information
stumbles committed May 18, 2013
1 parent 4a36ee5 commit 76ec402
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions graphics/colord/BUILD
@@ -1,6 +1,7 @@
OPTS+=" --sysconfdir=/etc/$MODULE" &&


add_priv_group colord && add_priv_group colord &&
add_priv_user colord -d /var/run/colord -g colord && add_priv_user colord -d /var/run/colord -g colord &&


default_build OPTS+=" --sysconfdir=/etc/$MODULE --with-daemon-user=colord --enable-systemd-login" &&

default_build
2 changes: 1 addition & 1 deletion graphics/colord/CONFIGURE
Expand Up @@ -2,6 +2,6 @@ mquery ENBL_EXAMP "Enable DBus example code?" n "--enable-examples" "--disable-e
mquery ENBL_DISCRIPT "Enable file descriptor fallback?" n "--enable-fd-fallback" "--disable-fd-fallback" mquery ENBL_DISCRIPT "Enable file descriptor fallback?" n "--enable-fd-fallback" "--disable-fd-fallback"
mquery ENBL_VOL_SRCH "Enable profile volume search" y "--enable-volume-search" "--disable-volume-search" mquery ENBL_VOL_SRCH "Enable profile volume search" y "--enable-volume-search" "--disable-volume-search"
#mquery ENBL_PRNT_PROF "Enable print profiles?" y "--enable-print-profiles" "--disable-print-profiles" #mquery ENBL_PRNT_PROF "Enable print profiles?" y "--enable-print-profiles" "--disable-print-profiles"
mquery ROOT_DAEMON "Use root as the colord daemon?" n "--with-daemon-user" "--without-daemon-user"
# this fails without gusb with 0.1.22 # this fails without gusb with 0.1.22
mquery ENBL_REVERSE "Enable reverse engineering tools?" n "--enable-reverse" "--disable-reverse" mquery ENBL_REVERSE "Enable reverse engineering tools?" n "--enable-reverse" "--disable-reverse"

0 comments on commit 76ec402

Please sign in to comment.