small-package/luci-app-autoupdate/root/usr/share/rpcd/acl.d/luci-app-autoupdate.json

12 lines
182 B
JSON
Raw Normal View History

2023-03-03 19:12:20 +08:00
{
"luci-app-autoupdate": {
"description": "Grant UCI access for luci-app-autoupdate",
"read": {
"uci": [ "autoupdate" ]
},
"write": {
"uci": [ "autoupdate" ]
}
}
}