Files
openwrt_packages/luci-app-mentohust/root/usr/share/rpcd/acl.d/luci-app-mentohust.json
2025-11-02 14:26:26 +08:00

15 lines
223 B
JSON

{
"luci-app-mentohust": {
"description": "Grant UCI access for luci-app-mentohust",
"read": {
"ubus": {
"service": [ "list" ]
},
"uci": [ "mentohust" ]
},
"write": {
"uci": [ "mentohust" ]
}
}
}