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 9faac08104..be5a11c944 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -127,3 +127,7 @@ SYSROOT_PREPROCESS_FUNCS += "cups_sysroot_preprocess" | |||
127 | cups_sysroot_preprocess () { | 127 | cups_sysroot_preprocess () { |
128 | sed -i ${SYSROOT_DESTDIR}${bindir_crossscripts}/cups-config -e 's:cups_datadir=.*:cups_datadir=${datadir}/cups:' -e 's:cups_serverbin=.*:cups_serverbin=${libexecdir}/cups:' | 128 | sed -i ${SYSROOT_DESTDIR}${bindir_crossscripts}/cups-config -e 's:cups_datadir=.*:cups_datadir=${datadir}/cups:' -e 's:cups_serverbin=.*:cups_serverbin=${libexecdir}/cups:' |
129 | } | 129 | } |
130 | |||
131 | # -25317 concerns /var/log/cups having lp ownership. Our /var/log/cups is | ||
132 | # root:root, so this doesn't apply. | ||
133 | CVE_CHECK_WHITELIST += "CVE-2021-25317" \ No newline at end of file | ||