diff options
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index acad3c98c1..151ef065fe 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -116,3 +116,7 @@ SYSROOT_PREPROCESS_FUNCS += "cups_sysroot_preprocess" | |||
116 | cups_sysroot_preprocess () { | 116 | cups_sysroot_preprocess () { |
117 | sed -i ${SYSROOT_DESTDIR}${bindir_crossscripts}/cups-config -e 's:cups_datadir=.*:cups_datadir=${datadir}/cups:' -e 's:cups_serverbin=.*:cups_serverbin=${libexecdir}/cups:' | 117 | sed -i ${SYSROOT_DESTDIR}${bindir_crossscripts}/cups-config -e 's:cups_datadir=.*:cups_datadir=${datadir}/cups:' -e 's:cups_serverbin=.*:cups_serverbin=${libexecdir}/cups:' |
118 | } | 118 | } |
119 | |||
120 | # -25317 concerns /var/log/cups having lp ownership. Our /var/log/cups is | ||
121 | # root:root, so this doesn't apply. | ||
122 | CVE_CHECK_WHITELIST += "CVE-2021-25317" \ No newline at end of file | ||