Explorar o código

vlc/sandbox: add task, use named pipes

Alexandre Janniaux %!s(int64=6) %!d(string=hai) anos
pai
achega
4f589215ea
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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