summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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:14:17 +0000
commit572fed0ac6dbcf5749e19c7b624826fc30cf301e (patch)
tree7c5ed8a9cf2b509f8b3ea0e3d9fa15fcfcb2f128 /meta/recipes-extended
parent778fcc8d2e6eb1bd2c88a6abb14dbd6666720205 (diff)
downloadopenembedded-core-contrib-572fed0ac6dbcf5749e19c7b624826fc30cf301e.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. 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>
Diffstat (limited to 'meta/recipes-extended')
-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 = " \
--enable-debug \
--disable-relro \
--enable-libusb \
- --with-system-groups=lpadmin \
+ --with-system-groups=lpadmin,root,sys,wheel \
--with-cups-group=lp \
--with-domainsocket=/run/cups/cups.sock \
--with-pkgconfpath=${libdir}/pkgconfig \