11 lines
220 B
JSON
11 lines
220 B
JSON
{
|
|
"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" ]
|
|
}
|
|
}
|
|
}
|