sandboxie-plus / Sandboxie

Sandboxie Plus & Classic
https://Sandboxie-Plus.com
GNU General Public License v3.0
13.92k stars 1.55k forks source link

"HideHostProcess=SandboxieRpcSs.exe" Does Not Hide SandboxieRpcSs.exe from the Process List #1336

Closed DavidBerdik closed 2 years ago

DavidBerdik commented 3 years ago

Describe the bug Using the HideHostProcess configuration option is supposed to prevent the application listed from being visible in the process list to application running in the sandbox, however, this does not work for SandboxieRpcSs.exe, and it is still visible.

To Reproduce Steps to reproduce the behavior:

  1. Add HideHostProcess=SandboxieRpcSs.exe to your Sandboxie configuration.
  2. Attempt to run an application that will detect the presence of SandboxieRpcSs.exe. (I used Respondus LockDown Browser)
  3. SandboxieRpcSs.exe will be detected even though it is supposed to be hidden according to the rule defined in the configuration file.

Expected behavior SandboxieRpcSs.exe is not visible to the process running in the sandbox.

System details and installed software

This issue was filed at the request of @DavidXanatos after having a discussion about it with him.

Zymlex commented 3 years ago

SandboxieRpcSs.exe is visible, as it is in the sandbox along with the process from which you need to hide, so the setting does not help.

I would like to be able to hide any processes.

DavidXanatos commented 3 years ago

the idea is to add a exception in how the mechanism works to allow hinging built in sandboxie services

DavidXanatos commented 2 years ago

with built 1.0.10 every process that's name starts with Sandboxie will be able to be hidden from the sandbox its running in

DavidBerdik commented 2 years ago

with built 1.0.10 every process that's name starts with Sandboxie will be able to be hidden from the sandbox its running in

Cool! I am looking forward to trying it out! And also digging through the code to figure out how you did it since I wasn't able to pull it off myself.

LucioAmely commented 2 years ago

with built 1.0.10 every process that's name starts with Sandboxie will be able to be hidden from the sandbox its running in

David, what about implementing hiding all of the Sandboxie processes and maybe some other things all together under an "Try to hide Sandboxie" checkbox option under the sandbox settings?

gettysburg commented 2 years ago

@LucioAmely Exactly what I was thinking.