opencode
opencode copied to clipboard
Permission control does not seem to be working.
Description
I configured the system to forbid reading application.yml, but it is still being read.
"permission": {
"read": {
"application.yml": "deny",
"application-*.yml": "deny",
"*application.yml": "deny",
"*application-*.yml": "deny",
"*": "allow"
},
"*": "allow",
"bash": {
"*": "allow",
"rm *": "ask"
},
"edit": "allow"
}
Plugins
No response
OpenCode version
1.1.7
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
windows
Terminal
powershell