Updated ...md (markdown)

manojampalam 2016-02-24 19:03:28 -08:00
parent de6dfdffbd
commit 028678c404

@ -74,6 +74,7 @@ Unix domain sockets are used for IPC communication between processes on the same
+ Local Socket Forwarding - This is forwarding traffic to AF_UNIX sockets and this feature is not applicable in Windows
+ SSHD rexec - Not applicable for Windows. SSHD will be implemented as Windows service, that can be configured for auto restart.
+ SSHD from inetd - Not applicable for Windows.
AF_UNIX channel will be implemented using secure bidirectional named pipes in Windows. This does not support ancillary data but is sufficient for above listed features relevant in Windows.
#### Privilege Separation and Security model in Windows (tentative design)