blob: f9abbed338f96ea42e9b363535a63199c5ef195c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"luci-app-nut": {
"description": "Grant UCI access for luci-app-nut",
"read": {
"uci": [ "nut_cgi", "nut_monitor", "nut_server" ]
},
"write": {
"uci": [ "nut_cgi", "nut_monitor", "nut_server" ]
}
}
}
|