mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
gnome-shell: ignore CVE-2021-3982
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-3982 The vulnerability is about a privilege escalation, in case the host distribution sets CAP_SYS_NICE capability on the gnome-shell binary. OE distros don't do that, and due to this this recipe is not affected by this issue. The CVE is ignored. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -70,3 +70,5 @@ PACKAGES =+ "${PN}-tools ${PN}-gsettings"
|
|||||||
FILES:${PN}-tools = "${bindir}/*-tool"
|
FILES:${PN}-tools = "${bindir}/*-tool"
|
||||||
RDEPENDS:${PN}-tools = "python3-core"
|
RDEPENDS:${PN}-tools = "python3-core"
|
||||||
|
|
||||||
|
# not-applicable-config: OE doesn't set CAP_SYS_NICE capability
|
||||||
|
CVE_CHECK_IGNORE = "CVE-2021-3982"
|
||||||
|
|||||||
Reference in New Issue
Block a user