luci/applications/luci-app-xfrpc/root/usr/share/rpcd/acl.d/luci-app-xfrpc.json
Dengfeng Liu 283ac0513f luci-app-xfrpc: add luci-app-xfrpc
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2022-06-28 17:24:13 +08:00

14 lines
198 B
JSON

{
"luci-app-xfrpc": {
"description": "Grant access to LuCI app xfrpc",
"read": {
"ubus": {
"service": [ "list" ]
},
"uci": ["xfrpc"]
},
"write": {
"uci": ["xfrpc"]
}
}
}