chromium/components/policy/resources/templates/policy_definitions/Arc/ArcCertificatesSyncMode.yaml

caption: Set certificate availability for ARC-apps
default: 0
desc: |-
  Setting the policy to CopyCaCerts makes all ONC-installed CA certificates with <ph name="WEB_TRUSTED_BIT">Web TrustBit</ph> available for ARC-apps.

  Setting to None or leaving it unset makes <ph name="PRODUCT_OS_NAME">$2<ex>ChromeOS</ex></ph> certificates unavailable for ARC-apps.
example_value: 0
features:
  dynamic_refresh: true
  per_profile: false
items:
- caption: Disable usage of <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph>
    certificates to ARC-apps
  name: SyncDisabled
  value: 0
- caption: Enable <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> CA certificates
    to ARC-apps
  name: CopyCaCerts
  value: 1
owners:
- [email protected]
- [email protected]
schema:
  enum:
  - 0
  - 1
  type: integer
supported_on:
- chrome_os:52-
tags:
- system-security
type: int-enum