소스 검색

qrexec: get rid of shell in services using EOF for any signaling

Additional running shell could prevent EOF from being detected.
Marek Marczykowski-Górecki 9 년 전
부모
커밋
0d7a0e1beb
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      qubes-rpc/qubes.Filecopy
  2. 1 1
      qubes-rpc/qubes.OpenInVM
  3. 1 1
      qubes-rpc/qubes.VMShell

+ 1 - 1
qubes-rpc/qubes.Filecopy

@@ -1 +1 @@
-/usr/lib/qubes/qfile-unpacker
+exec /usr/lib/qubes/qfile-unpacker

+ 1 - 1
qubes-rpc/qubes.OpenInVM

@@ -1 +1 @@
-/usr/lib/qubes/vm-file-editor
+exec /usr/lib/qubes/vm-file-editor

+ 1 - 1
qubes-rpc/qubes.VMShell

@@ -1 +1 @@
-/bin/bash
+exec /bin/bash