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

12 lines
182 B
JSON

{
"luci-app-easyupdate": {
"description": "Grant UCI access for luci-app-easyupdate",
"read": {
"uci": [ "easyupdate" ]
},
"write": {
"uci": [ "easyupdate" ]
}
}
}