فهرست منبع

vlc/sandbox: add task, use named pipes

Alexandre Janniaux 6 سال پیش
والد
کامیت
4f589215ea
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  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