소스 검색

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