browser's sandbox → opening .torrent → run in uTorrent's sandbox

Post Reply
amb
Posts: 2
Joined: Wed Mar 30, 2022 10:58 pm

browser's sandbox → opening .torrent → run in uTorrent's sandbox

Post by amb »

hi there!

could you tell, please, what ini lines should I add to open .torrents in the subj scenario? when you open any files in a sandbox's folder, it opens a files in its sandbox which is not desirable sometimes. would be great to have an option to associate extensions with some sandboxes.

also I wonder if/how it's possible to open explorer.exe outside of the most restricted sandbox which is used by my uTorrent, just for example. or will it compromise its security?

User avatar
bastik-1001
Posts: 361
Joined: Sat Apr 22, 2023 8:30 am
Contact:

Re: browser's sandbox → opening .torrent → run in uTorrent's sandbox

Post by bastik-1001 »

It is possible to allow a process to write outside the sandbox, by using OpenFilePath, which can be restricted to certain extensions. Here is the documentation for it.

Code: Select all

OpenFilePath=*.torrent
You can use

Code: Select all

BreakoutProcess=processname.exe
where you replace the processname with the name of the binary that you want to open outside the sandbox.

If some arguments can be passed to the software, it could be tricked into doing something.

Post Reply