sandboxie-plus / Sandboxie

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

Allow BreakoutProcess and ForceProcess to support paths #1907

Open lwcorp opened 2 years ago

lwcorp commented 2 years ago

Is your feature request related to a problem or use case?

https://github.com/sandboxie-plus/Sandboxie/releases/tag/1.0.8:

added "BreakoutProcess=program.exe", with this option selected applications can be started unboxed from within a box https://github.com/sandboxie-plus/Sandboxie/issues/1500 -- Note: "BreakoutFolder=some\path" is also available

1905 made it clear only BreakoutFolder supports paths.

Describe the solution you'd like

Let BreakoutProcess use paths too like in BreakoutProcess=some\path\program.exe. Let ForceProcess use paths too like in ForceProcess=some\path\program.exe.

Describe alternatives you've considered

No response

DavidXanatos commented 2 years ago

It looks to me as if this also is not possible for ForceProcess why the request only for brekout process?

lwcorp commented 2 years ago

Because I just happened to run across it with BreakoutProcess. Are there any other commands that suffer from this too?

thejavascriptman commented 2 years ago

This could probably fix #2058 for my use case e.g. I could use ForceProcess=D:\Games\*.exe instead of ForceFolder=D:\Games