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-05 07:37:12 -0700
commiteab100205bc5cdffc5ccc7752e1ee5abd9ebb58a (patch)
tree5ee9efe5c5ba3364f4346af4faa4d622ee3a6d9e
parent26a878cbfbb3bc7a6e892e105577ebf8138ce150 (diff)
downloadopenembedded-core-contrib-eab100205bc5cdffc5ccc7752e1ee5abd9ebb58a.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. 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
+ </Limit>
+
+ <Limit CUPS-Get-Document>
-+ AuthType Defaul
++ AuthType Default
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>