diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-05 15:15:12 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-03-24 08:52:01 +0530 |
| commit | ad6ea218aee262b2593d03a52d4cd7116531fe90 (patch) | |
| tree | 0d391c22b595513f0b65f70cd1ad6028456c61f1 | |
| parent | 1a6816e20f8c0477ca96fc775a9e1227caead03d (diff) | |
| download | meta-openembedded-ad6ea218aee262b2593d03a52d4cd7116531fe90.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: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 4d6e24106c78eed3b9d9a36115df8d2f057f5178)
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_46.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb index 1bc9b6b394..2e6d70d6f7 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.1.bb | |||
| @@ -85,3 +85,4 @@ PACKAGES =+ "${PN}-tools ${PN}-gsettings" | |||
| 85 | FILES:${PN}-tools = "${bindir}/*-tool" | 85 | FILES:${PN}-tools = "${bindir}/*-tool" |
| 86 | RDEPENDS:${PN}-tools = "python3-core" | 86 | RDEPENDS:${PN}-tools = "python3-core" |
| 87 | 87 | ||
| 88 | CVE_STATUS[CVE-2021-3982] = "not-applicable-config: OE doesn't set CAP_SYS_NICE capability" | ||
