I want a sandbox with no security isolation #2986
Replies: 3 comments 1 reply
-
My ultimate goal is to find out what functionality is not needed if you're just doing application virtualization |
Beta Was this translation helpful? Give feedback.
-
I found that when I used the green box (without security isolation), the gui agent would not start, but at the same time many gui hooks needed it (dde? getclassname?) This leads to many problems |
Beta Was this translation helpful? Give feedback.
-
I'll look into this and debug it soon we need to improve the green boxes to be in all cases more compatible then yellow once and not just in some, as it is now some things work great in green much better then in yellow but others just fail completely. |
Beta Was this translation helpful? Give feedback.
-
I want a sandbox that doesn't handle security isolation, tokens, files, registry, network, desktop, window class names, and can be dragged and dropped.
![image](https://private-user-images.githubusercontent.com/59944420/241721011-07905fdc-c674-4549-840b-10e3f400a6a4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDQ0MDIsIm5iZiI6MTczOTM0NDEwMiwicGF0aCI6Ii81OTk0NDQyMC8yNDE3MjEwMTEtMDc5MDVmZGMtYzY3NC00NTQ5LTg0MGItMTBlM2Y0MDBhNmE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3MDgyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmMGNlZDljNDRmNDQ1ZmU2M2RlN2VmM2IzMTBiMzY3NTBlMDU4MWU1NGRlMDIwYjMyNTc3MDhlNWQ1NDQ0OWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JJ9Dx8RYMkMw0QsL6RAXnhQSzGTOn4-9q7KnemGikkg)
This sandbox does not perform isolation, only virtualization.Is that possible?
Existing sandboxes without security isolation are poorly done and full of bugs.
Even if I just use NoSecurityIsolation=y, explorer.exe will get an error, and many features will fail, such as double-clicking to open the xlsx document
Beta Was this translation helpful? Give feedback.
All reactions