Rename package folder to follow secubox-app-* convention and add luci-app-mac-guardian with KISS dashboard: status cards, client table with trust/block actions, recent alerts, and configuration form. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
536 B
JSON
27 lines
536 B
JSON
{
|
|
"luci-app-mac-guardian": {
|
|
"description": "Grant access to MAC Guardian WiFi security monitor",
|
|
"read": {
|
|
"file": {
|
|
"/etc/config/mac-guardian": ["read"],
|
|
"/var/run/mac-guardian/known.db": ["read"],
|
|
"/var/log/mac-guardian.log": ["read"]
|
|
},
|
|
"ubus": {
|
|
"file": ["read", "stat"],
|
|
"luci.mac-guardian": ["*"]
|
|
},
|
|
"uci": ["mac-guardian"]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/config/mac-guardian": ["write"]
|
|
},
|
|
"ubus": {
|
|
"luci.mac-guardian": ["*"]
|
|
},
|
|
"uci": ["mac-guardian"]
|
|
}
|
|
}
|
|
}
|