From 028678c40436998f27bc7eac7798b689e362c7f4 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Wed, 24 Feb 2016 19:03:28 -0800 Subject: [PATCH] Updated ...md (markdown) --- ...md.md | 1 + 1 file changed, 1 insertion(+) 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)