summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-24 20:04:49 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-06 10:09:09 +0530
commit12845752e1dcc974b868d3ba01b73550d3c3ff17 (patch)
tree363dc97952344811c9fd64b2f5cfaf7ee8945741
parent592de481e62cff3a45c59887dbacd4167882f17f (diff)
downloadmeta-openembedded-12845752e1dcc974b868d3ba01b73550d3c3ff17.tar.gz
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> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb
index 33ba5eaa39..428717566d 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.3.bb
@@ -91,3 +91,4 @@ PACKAGES =+ "${PN}-tools ${PN}-gsettings"
91FILES:${PN}-tools = "${bindir}/*-tool" 91FILES:${PN}-tools = "${bindir}/*-tool"
92RDEPENDS:${PN}-tools = "python3-core" 92RDEPENDS:${PN}-tools = "python3-core"
93 93
94CVE_STATUS[CVE-2021-3982] = "not-applicable-config: OE doesn't set CAP_SYS_NICE capability"