sandboxing

This commit is contained in:
root 2026-07-18 11:45:31 -03:00
parent 5f70e8be94
commit 0f1a81c2aa
No known key found for this signature in database
13 changed files with 230 additions and 90 deletions

View file

@ -57,13 +57,6 @@ in
"--private=~/.local/state/claude-home"
];
};
opencode = {
executable = "${pkgs.opencode}/bin/opencode";
profile = agentProfile;
extraArgs = [
"--private=/home/user/.local/state/opencode-home"
];
};
chromium-sandbox = {
executable = "${pkgs.chromium}/bin/chromium";
profile = "${pkgs.firejail}/etc/firejail/chromium-browser.profile";