diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-24 20:04:49 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-06 10:09:09 +0530 |
| commit | 12845752e1dcc974b868d3ba01b73550d3c3ff17 (patch) | |
| tree | 363dc97952344811c9fd64b2f5cfaf7ee8945741 | |
| parent | 592de481e62cff3a45c59887dbacd4167882f17f (diff) | |
| download | meta-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.bb | 1 |
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" | |||
| 91 | FILES:${PN}-tools = "${bindir}/*-tool" | 91 | FILES:${PN}-tools = "${bindir}/*-tool" |
| 92 | RDEPENDS:${PN}-tools = "python3-core" | 92 | RDEPENDS:${PN}-tools = "python3-core" |
| 93 | 93 | ||
| 94 | CVE_STATUS[CVE-2021-3982] = "not-applicable-config: OE doesn't set CAP_SYS_NICE capability" | ||
