chromium/components/policy/resources/templates/policy_definitions/DeviceUpdate/DeviceRollbackToTargetVersion.yaml

caption: Roll back OS to target version
default: 1
desc: |-
  Specifies whether the device should roll back to the version set by <ph name="DEVICE_TARGET_VERSION_PREFIX_POLICY_NAME">DeviceTargetVersionPrefix</ph> if it's already running a later version.

  Default is RollbackDisabled.
device_only: true
example_value: 1
features:
  dynamic_refresh: true
items:
- caption: Do not roll back OS to target version.
  name: RollbackDisabled
  value: 1
- caption: |-
    Roll back device to target version if current OS version is newer than target. The device is powerwashed but device-wide network configurations without certificates are preserved and it automatically re-enrolls.
    Rollback to <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> version 106 or earlier is not supported.
  name: RollbackAndRestoreIfPossible
  value: 3
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
  enum:
  - 1
  - 2
  - 3
  type: integer
supported_on:
- chrome_os:67-
tags:
- system-security
type: int-enum
generate_device_proto: False