58f84d2854
Allow operators to provide a list of disabled boot modes for new deployments ``disallowed_deployment_boot_modes`` and/or enrollments ``disallowed_enrollment_boot_modes``. Defaults are an empty list, [], indicating all modes are allowed. Closes-Bug: #2068530 Change-Id: I1404c81718cd6bb2977e6f298d9b7d11664226d0
8 lines
296 B
YAML
8 lines
296 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds configuration options for operators to specify any or what boot modes
|
|
to disallow for enrollment (`disallowed_enrollment_boot_modes`) and/or
|
|
deployment (`disallowed_deployment_boot_modes`). Defaults are empty lists,
|
|
indicating all boot modes are allowed.
|