1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

cups: fix typo in CVE-2023-32360 backport patch

Typo prevents cupsd to start correctly with following error:
Unable to read "/etc/cups/cupsd.conf" due to errors.

Using `/usr/sbin/cupsd -t` to check the configuration:
Unknown authorization type Defaul on line 77 of /etc/cups/cupsd.conf.
Unknown Policy Limit directive AuthType on line 77 of /etc/cups/cupsd.conf.

(From OE-Core rev: eab100205bc5cdffc5ccc7752e1ee5abd9ebb58a)

Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Jonathan GUILLOT
2024-04-03 15:04:11 +02:00
committed by Steve Sakoman
parent 1e0d58c53b
commit 9627817bff
@@ -27,7 +27,7 @@ index b258849..08f5070 100644
+ </Limit>
+
+ <Limit CUPS-Get-Document>
+ AuthType Defaul
+ AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>