openwrt-packages/luci-app-easyupdate/root/usr/share/rpcd/acl.d/luci-app-easyupdate.json

12 lines
182 B
JSON
Raw Normal View History

2022-04-11 16:32:02 +08:00
{
"luci-app-easyupdate": {
"description": "Grant UCI access for luci-app-easyupdate",
"read": {
"uci": [ "easyupdate" ]
},
"write": {
"uci": [ "easyupdate" ]
}
}
}