summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan GUILLOT <jonathan@joggee.fr>2024-04-03 15:04:11 +0200
committerSteve Sakoman <steve@sakoman.com>2024-04-19 04:50:38 -0700
commit9627817bff74fc598c0fabfabcb34d448adf2302 (patch)
tree1a415d7b787b665bc6a6b6d00d969924b08dd6b5
parent1e0d58c53b7d9c3feb631e46666ae7a3e3614253 (diff)
downloadpoky-9627817bff74fc598c0fabfabcb34d448adf2302.tar.gz
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>
-rw-r--r--meta/recipes-extended/cups/cups/CVE-2023-32360.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups/CVE-2023-32360.patch b/meta/recipes-extended/cups/cups/CVE-2023-32360.patch
index f1b0f9f918..c3db722f1f 100644
--- a/meta/recipes-extended/cups/cups/CVE-2023-32360.patch
+++ b/meta/recipes-extended/cups/cups/CVE-2023-32360.patch
@@ -27,7 +27,7 @@ index b258849..08f5070 100644
27+ </Limit> 27+ </Limit>
28+ 28+
29+ <Limit CUPS-Get-Document> 29+ <Limit CUPS-Get-Document>
30+ AuthType Defaul 30+ AuthType Default
31 Require user @OWNER @SYSTEM 31 Require user @OWNER @SYSTEM
32 Order deny,allow 32 Order deny,allow
33 </Limit> 33 </Limit>