DescriptionInitialize COM and configure security settings in the daemon.
This CL initializes a single-threaded apartment on the main thread in the daemon and configures COM security in the following way:
- The daemon authenticates that all data received is from the expected client.
- The daemon can impersonate clients to check their identity but cannot act on their behalf.
- The caller's identity on every call (Dynamic cloaking).
- Activations where the activated COM server would run under the daemon's identity are prohibited.
BUG=137696
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186245
Patch Set 1 #
Total comments: 6
Patch Set 2 : CR feedback. #
Total comments: 12
Patch Set 3 : CR feedback #
Messages
Total messages: 10 (0 generated)
|