Kaynağa Gözat

vlc/sandbox: add task, use named pipes

Alexandre Janniaux 6 yıl önce
ebeveyn
işleme
4f589215ea
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      vlc_sandbox.md

+ 5 - 0
vlc_sandbox.md

@@ -225,6 +225,11 @@ it in memory using `mapviewoffile`.
 
 [ ] `block_filemapping_init` should use `OpenFileMapping` and `MapViewOfFile`.
 
+[ ] IPC in the Windows sandbox must be named pipes instead of anonymous pipes
+because anonymous ones don't have support neither for duplex communication
+nor overlapped IO operations. It means that a proper planning of SID must be
+made to restrict other low integrity level sandboxed process.
+
 [ ] `msg_poller` should use io completion port
 => might work, try out
 => take care socket deletion