[Bug 2033244] Re: [canary] TPM is always selected as default

Michael Hudson-Doyle 2033244 at bugs.launchpad.net
Mon Aug 28 09:09:41 UTC 2023


I think the issue here is that the client is taking an arbitrary element
of the "allowed" capabilities as the default:

    _storage.guidedCapability ??= _targets
        ?.whereType<GuidedStorageTargetReformat>()
        .expand((t) => t.allowed)
        .toSet()
        .firstOrNull;

It shouldn't do that.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/2033244

Title:
  [canary] TPM is always selected as default

Status in subiquity package in Ubuntu:
  New

Bug description:
  Mantic 20230827

  TPM FDE is always selected as default while, give it's experimental
  nature, it should be an opt-in feature.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2033244/+subscriptions




More information about the foundations-bugs mailing list