summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-11-25 12:15:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-02 17:18:57 +0000
commit4371f927bc5e94eac0b11e47e2abcd3a0621655c (patch)
tree0cd02e6b4ea386c43a5f861ef376b9e69dd9cfd0
parentea96025188c1135c8e2997eb5e6e5427090775e3 (diff)
downloadpoky-4371f927bc5e94eac0b11e47e2abcd3a0621655c.tar.gz
cups: Add root,sys,wheel to system groups
The Cups documentation states: The default contains "admin", "lpadmin", "root", "sys" and/or "system". https://www.cups.org/doc/man-cups-files.conf.html#:~:text=SystemGroup Add root and sys accordingly Also add wheel group. This is required for systems with polkit support in order to control the printer settings with cups-pk-helper. Not only for gnome-control-center, but also when using plain system-config-printer on a system with running polkit, cups-pk-helper would be a required rdepend. (From OE-Core rev: 572fed0ac6dbcf5749e19c7b624826fc30cf301e) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/cups/cups.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index ff5f55e62a..31f686cdfd 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -57,7 +57,7 @@ EXTRA_OECONF = " \
57 --enable-debug \ 57 --enable-debug \
58 --disable-relro \ 58 --disable-relro \
59 --enable-libusb \ 59 --enable-libusb \
60 --with-system-groups=lpadmin \ 60 --with-system-groups=lpadmin,root,sys,wheel \
61 --with-cups-group=lp \ 61 --with-cups-group=lp \
62 --with-domainsocket=/run/cups/cups.sock \ 62 --with-domainsocket=/run/cups/cups.sock \
63 --with-pkgconfpath=${libdir}/pkgconfig \ 63 --with-pkgconfpath=${libdir}/pkgconfig \