luci-app-ser2net: add uci read permissions
[project/luci.git] / applications / luci-app-ser2net / root / usr / share / rpcd / acl.d / luci-app-ser2net.json
1 {
2 "luci-app-ser2net": {
3 "description": "Grant access to LuCI app ser2net",
4 "read": {
5 "uci": [ "ser2net" ]
6 },
7 "write": {
8 "uci": [ "ser2net" ]
9 }
10 }
11 }