| Index: remoting/host/win/com_security.h
|
| diff --git a/remoting/host/win/com_security.h b/remoting/host/win/com_security.h
|
| index 846450c1467d3d3622dbd177b309e6fc28cfdf3d..674b67c13a609690eb8008f4c15be8675502df23 100644
|
| --- a/remoting/host/win/com_security.h
|
| +++ b/remoting/host/win/com_security.h
|
| @@ -19,14 +19,11 @@
|
| namespace remoting {
|
|
|
| // Initializes COM security of the process applying the passed security
|
| -// descriptor. The mandatory label is applied if mandatory integrity control is
|
| -// supported by the OS (i.e. on Vista and above). The function configures
|
| -// the following settings:
|
| -// - the server authenticates that all data received is from the expected
|
| -// client.
|
| -// - the server can impersonate clients to check their identity but cannot act
|
| -// on their behalf.
|
| -// - the caller's identity is verified on every call (Dynamic cloaking).
|
| +// descriptor. The function configures the following settings:
|
| +// - Server authenticates that all data received is from the expected client.
|
| +// - Server can impersonate clients to check their identity but cannot act on
|
| +// their behalf.
|
| +// - Caller's identity is verified on every call (Dynamic cloaking).
|
| // - Unless |activate_as_activator| is true, activations where the server would
|
| // run under this process's identity are prohibited.
|
| bool InitializeComSecurity(const std::string& security_descriptor,
|
|
|