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

12 lines
158 B
JSON

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