[ci skip] openclaw: remove all tool/command restrictions

- Set tools.deny = [] (was blocking sessions, subagents, browser)
- All tools now available: sessions, subagents, browser, etc.
This commit is contained in:
Viktor Barzin 2026-03-01 15:58:12 +00:00
parent f031a6bcf6
commit 0f7e7e5969

View file

@ -110,7 +110,7 @@ resource "kubernetes_config_map" "openclaw_config" {
}
tools = {
profile = "full"
deny = ["sessions_spawn", "sessions_list", "sessions_history", "sessions_send", "subagents", "browser"]
deny = []
exec = {
host = "sandbox"
security = "full"