Commit 7fdf35b3 authored by Saurabh Nijhara's avatar Saurabh Nijhara Committed by Chromium LUCI CQ

Update DeviceAutoUpdateTimeRestrictions policy description

DeviceAutoUpdateTimeRestrictions policy has been updated in the update
engine code. It now supports cancelling an ongoing update when a
restricted time interval specified in the policy starts. The scope of
the policy is no longer limited to just kiosk mode. The policy is not
applicable in case of update from version lower than minimum Chrome OS
version, quick fix build update, enterprise rollback and interactive
update.

Reference Chrome OS CLs -
https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/2567121
https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/2572916

Bug: 1117450
Change-Id: I3df1a81ae4f35d356ecdcd7529a4827b614de92e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584865
Commit-Queue: Saurabh Nijhara <snijhara@google.com>
Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836785}
parent fd64969d
......@@ -18910,9 +18910,11 @@
'tags': [],
'desc': '''This policy controls the time frames during which the <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> device is not allowed to check for updates automatically.
When this policy is set to a non-empty list of time intervals:
Devices will not be able to check for updates automatically during the specified time intervals. Devices that require a rollback or are below the minimum <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version will not be affected by this policy due to potential security issues. Furthermore, this policy will not block update checks requested by users or administrators.
Devices will not be able to check for updates automatically during the specified time intervals. Devices that require an enterprise rollback or are below the minimum <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> version will not be affected by this policy due to potential security issues. Furthermore, this policy will not block update checks requested by users or administrators.
Starting from M88, this policy cancels an ongoing update when a restricted time interval is reached. The next auto update after the restricted time interval ends will automatically resume the update. Devices updating to a Quick Fix Build will not be affected by this policy.
When this policy is unset or contains no time intervals:
No automatic update checks will be blocked by this policy, but they may be blocked by other policies. This feature is only enabled on Chrome devices configured as auto-launch kiosks. Other devices will not be restricted by this policy.''',
No automatic update checks will be blocked by this policy, but they may be blocked by other policies.
Till M88, this feature is only enabled on <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices configured as auto-launch kiosks. Other devices will not be restricted by this policy. However starting from M89, this policy is enabled on all <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> devices.''',
},
{
'id': 454,
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment