| Index: remoting/host/desktop_session_win.cc
|
| diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc
|
| index 182111d9cd23702a9b31571bb204ed937771768d..453de2b9390ad8c7084659e57feca8b9bc79ba7d 100644
|
| --- a/remoting/host/desktop_session_win.cc
|
| +++ b/remoting/host/desktop_session_win.cc
|
| @@ -23,7 +23,7 @@ using base::win::ScopedHandle;
|
| namespace {
|
|
|
| // The security descriptor of the daemon IPC endpoint. It gives full access
|
| -// to LocalSystem and denies access by anyone else.
|
| +// to SYSTEM and denies access by anyone else.
|
| const char kDaemonIpcSecurityDescriptor[] = "O:SYG:SYD:(A;;GA;;;SY)";
|
|
|
| // The command line parameters that should be copied from the service's command
|
|
|