Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
fde-tools
fde-tools-bsc1223002-firstboot-disable-ccid.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fde-tools-bsc1223002-firstboot-disable-ccid.patch of Package fde-tools
From 10672433c10ce391f126f426f86eb85fc4dffa73 Mon Sep 17 00:00:00 2001 From: Gary Lin <glin@suse.com> Date: Thu, 18 Apr 2024 10:13:30 +0800 Subject: [PATCH] firstboot: disable the ccid option Since ccid token is still not supported, disable the option until we really implement it. Signed-off-by: Gary Lin <glin@suse.com> --- firstboot/fde | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firstboot/fde b/firstboot/fde index a4e5c15..4911b32 100755 --- a/firstboot/fde +++ b/firstboot/fde @@ -237,7 +237,8 @@ function fde_choose_protection { options+=(tpm 'Stored inside the TPM chip' on) fi - options+=(ccid 'Stored inside a CCID capable token' off) + # Disable the ccid option until we really implement it + # options+=(ccid 'Stored inside a CCID capable token' off) while true; do d --title "Full Disk Encryption" --checklist \ -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor