Chromium Code Reviews
DescriptionPrevent ONC-pushed certificates from being used with multiprofiles.
If a profile uses ONC-pushed certificates then it can't be part of a
multiprofile session for security reasons. This change enforces that:
- if ONC-pushed certificates are in use then multiprofiles is disabled;
- if a multiprofile session is ongoing then updates to the certificates
pushed by ONC are ignored until the next restart;
- a profile that already used an ONC-pushed certificate before can not
join a multiprofile session.
The last point required moving the "tainted" signal from the profile's
prefs into local_state, so that it can be checked before the profile
is loaded and added to the session.
BUG=323854
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241857
Patch Set 1 #
Total comments: 27
Patch Set 2 : added unittest #Patch Set 3 : addressed comments #
Total comments: 3
Patch Set 4 : fixed login_utils_browsertest #
Total comments: 8
Patch Set 5 : addressed comments, more tests #
Total comments: 6
Patch Set 6 : fixed comment #
Total comments: 5
Patch Set 7 : Philipps suggestion, another test #
Total comments: 1
Messages
Total messages: 22 (0 generated)
|