summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-08-22 08:31:15 -0400
committerSimon McVittie <smcv@debian.org>2023-06-13 09:40:29 +0100
commitaf56bc12f9fddd4ce3485f39a000b148e74238d5 (patch)
tree45f7a829505e84d8069ef9ff003fb209507bd456 /shell
parente7faf1f1e2b77387afecfc735c65f189a16a3d26 (diff)
firmware-security: Disable
Not yet useful enough to justify its inclusion by default here You can get the same info by running fwupdmgr security If you drop this patch, add a Depends: fwupd [linux-any] https://launchpad.net/bugs/1987162 https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1938 Gbp-Pq: Topic debian Gbp-Pq: Name firmware-security-disable.patch
Diffstat (limited to 'shell')
-rw-r--r--shell/cc-panel-loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cc-panel-loader.c b/shell/cc-panel-loader.c
index 17f96017f..1b819a56c 100644
--- a/shell/cc-panel-loader.c
+++ b/shell/cc-panel-loader.c
@@ -113,7 +113,7 @@ static CcPanelLoaderVtable default_panels[] =
PANEL_TYPE("info-overview", cc_info_overview_panel_get_type, NULL),
PANEL_TYPE("keyboard", cc_keyboard_panel_get_type, NULL),
PANEL_TYPE("location", cc_location_panel_get_type, NULL),
- PANEL_TYPE("firmware-security",cc_firmware_security_panel_get_type, cc_firmware_security_panel_static_init_func),
+ // PANEL_TYPE("firmware-security",cc_firmware_security_panel_get_type, cc_firmware_security_panel_static_init_func),
PANEL_TYPE("microphone", cc_microphone_panel_get_type, NULL),
PANEL_TYPE("mouse", cc_mouse_panel_get_type, NULL),
PANEL_TYPE("multitasking", cc_multitasking_panel_get_type, NULL),