diff options
author | Ross Burton <ross.burton@arm.com> | 2024-01-22 14:04:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-23 11:53:41 +0000 |
commit | 603669d36e9ee50e86c85036f96ec561ae63fc65 (patch) | |
tree | 1e3088426f5028594432711c081c4312790f03d8 /meta/recipes-graphics | |
parent | 1c472390b8cc59f898855e8f36836ea3f64d73ff (diff) | |
download | poky-603669d36e9ee50e86c85036f96ec561ae63fc65.tar.gz |
xserver-xorg: disable xvfb by default
xvfb has limited use, so to mitigate CVE-2023-5574 out of the box we can
disable the xvfb PACKAGECONFIG.
(From OE-Core rev: bfbcb28f032b2609f0cd15df70f35353adf326e5)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 5a0fceea86..22f7d9a8ad 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -122,7 +122,7 @@ EXTRA_OEMESON += " \ | |||
122 | " | 122 | " |
123 | 123 | ||
124 | OPENGL_PKGCONFIGS = "dri glx glamor dri3" | 124 | OPENGL_PKGCONFIGS = "dri glx glamor dri3" |
125 | PACKAGECONFIG ??= "dga dri2 udev xvfb ${XORG_CRYPTO} \ | 125 | PACKAGECONFIG ??= "dga dri2 udev ${XORG_CRYPTO} \ |
126 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ | 126 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ |
127 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-logind', '', d)} \ | 127 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-logind', '', d)} \ |
128 | " | 128 | " |