Files
rmm-openwrt/agent/package/luci-app-rmm-agent/root/usr/share/rpcd/acl.d/luci-app-rmm-agent.json

19 lines
281 B
JSON

{
"luci-app-rmm-agent": {
"description": "Configure and control the RMM agent",
"read": {
"ubus": {
"rc": [ "list" ],
"service": [ "list" ]
},
"uci": [ "rmm-agent" ]
},
"write": {
"ubus": {
"rc": [ "init" ]
},
"uci": [ "rmm-agent" ]
}
}
}