diff --git a/...md.md b/...md.md index 714b120..650229a 100644 --- a/...md.md +++ b/...md.md @@ -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)