commit | 3086fa4adafab4af11281881dfbc5de3c601588b | [log] [tgz] |
---|---|---|
author | Maksim Ivanov <emaxx@google.com> | Tue Nov 08 19:39:41 2016 +0100 |
committer | chrome-bot <chrome-bot@chromium.org> | Wed Nov 09 09:41:25 2016 -0800 |
tree | 456b06f1d33d09eafefc6d027770b7fac0ba035d | |
parent | 2f7624cbc201b83a56a941da939a4c105998d220 [diff] |
Whitelist a new dir for Chrome sign-in screen extensions policy cache The special directory will be added that will be used by Chrome for storing the cache of the component policies for the extensions installed in the sign-in profile. This is needed for: https://chromium-review.googlesource.com/#/c/406831/ BUG=chromium:644304 TEST=manual Change-Id: I0f78321edbb7056f0dd7282a813207d4771e2268 Reviewed-on: https://chromium-review.googlesource.com/408141 Commit-Ready: Maksim Ivanov <emaxx@chromium.org> Tested-by: Maksim Ivanov <emaxx@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org>
diff --git a/client/site_tests/security_StatefulPermissions/security_StatefulPermissions.py b/client/site_tests/security_StatefulPermissions/security_StatefulPermissions.py index 72efc47..9c05cd7 100644 --- a/client/site_tests/security_StatefulPermissions/security_StatefulPermissions.py +++ b/client/site_tests/security_StatefulPermissions/security_StatefulPermissions.py
@@ -37,6 +37,7 @@ "/encrypted/var/cache/echo", "/encrypted/var/cache/external_cache", "/encrypted/var/cache/shared_extensions", + "/encrypted/var/cache/signin_profile_component_policy", "/encrypted/var/cache/touch_trial/selection", "/encrypted/var/lib/cromo", "/encrypted/var/lib/opencryptoki",