luci/applications/luci-app-squid/root/usr/share/rpcd/acl.d/luci-app-squid.json

12 lines
162 B
JSON
Raw Normal View History

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