I have researched this and found pieces, but nothing definitive to block sandboxing. I'm hoping that someone who knows more about OC can help. My OC install is on a Ubuntu26 vm that I made specifically for it with the rights I wanted it to have. It was really great up until about a week ago after updating. Sandboxing shows up as default and now OC is acting like it got a lobotomy along with shackles.
I am using a native NPM install.
Yes, I've done this:
openclaw config set agents.defaults.sandbox.mode off (and validated this in openclaw.json)
openclaw gateway restart
I added this to my openclaw.json file as well:
"tools": {
"elevated": {
"enabled": true
},
"exec": {
"host": "gateway",
"ask": "off"
},
I've restarted the gateway, restarted the vm, and when OC starts I ask if it's in a container. It says "no, i'm on the host". I ask it to give me a listing of the project folder under workspace and it says it can't see a project folder because it's in a container. It then says that I should run the ls -la ~/.openclaw/workspace/project and tell it what files are there. I AM NOT MY AI'S ASSISTANT!
Any help or guidance would be appreciated.