fix(portal): Add exec ACL for service status helper
Add file exec permissions for: - /usr/bin/secubox-services-status - /bin/sh Required for fs.exec() to work in LuCI frontend. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d35aaae6de
commit
9fd5bbd923
@ -2,6 +2,10 @@
|
||||
"luci-app-secubox-portal": {
|
||||
"description": "SecuBox Portal - Unified WebUI Dashboard",
|
||||
"read": {
|
||||
"file": {
|
||||
"/usr/bin/secubox-services-status": ["exec"],
|
||||
"/bin/sh": ["exec"]
|
||||
},
|
||||
"ubus": {
|
||||
"luci.secubox": [
|
||||
"modules",
|
||||
@ -11,7 +15,7 @@
|
||||
"get_theme",
|
||||
"getStatus",
|
||||
"getHealth",
|
||||
"get_services"
|
||||
"get_services"
|
||||
],
|
||||
"luci.system-hub": [
|
||||
"status",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user