kezz
New member
Chrome has a commandline switch
The problem I noticed is if i install chrome into a sandbox and try to run it, I get this message from Sandboxie:
Using chrome still works fine despite this message, but of course I had to find a fix.
After searching I found the similar issue about Edge:
github.com
And the suggested fix by
So I did the same (just changed
However, I don't know what exactly is this doing? Punching a security hole in Sandboxie? Maybe better to just ignore the message?
After more searching I found the
So there are 3 options to handle this:
I'm just not sure which of these 3 options is truly the best way in terms of security so if anybody has an opinion feel free to share it.
--no-sandbox that from what I understand is supposed to be used in restricted environments where chrome's sandbox causes issues and is better of disabled.The problem I noticed is if i install chrome into a sandbox and try to run it, I get this message from Sandboxie:
chrome.exe: SBIE2112 Object is not accessible: \device\namedpipe\Sessions\1\AppContainerNamedObjects\S-1-15-2-4262479991-2994206114-3377405323-1270699928-167745150-842232814-7372677425\_Sandbox_me_Chrome_Session_1, call CreateFile (C0000034) access=001F0006 initialized=1 (4)Using chrome still works fine despite this message, but of course I had to find a fix.
After searching I found the similar issue about Edge:
"Microsoft Edge 106.0.1370.37 stable" cannot run normally in sandboxie · Issue #2325 · sandboxie-plus/Sandboxie
Describe what you noticed and did Msedge can't load any pages after today. The settings and extension pages cannot be loaded normally, either. Msedge did receive an update today. I'm not sure wheth...
And the suggested fix by
DavidXanatos comment is to add that:OpenIpcPath=msedge.exe,\Sessions\*\AppContainerNamedObjects\*
OpenFilePath=msedge.exe,\Device\NamedPipe\Sessions\*\AppContainerNamedObjects\*
So I did the same (just changed
msedge.exe to chrome.exe) and now I don't get the error message from Sandboxie.However, I don't know what exactly is this doing? Punching a security hole in Sandboxie? Maybe better to just ignore the message?
After more searching I found the
--no-sandbox option of chrome. Using this option also "fixes" the Sandboxie error message.So there are 3 options to handle this:
- Ignore the message and continue
- Use DavidXanatos fix with
OpenIpcPath/OpenFilePath - Use
--no-sandboxcommandline switch
I'm just not sure which of these 3 options is truly the best way in terms of security so if anybody has an opinion feel free to share it.


