luci-app-oled: add ACL

This commit is contained in:
CN_SZTL 2020-07-21 13:24:39 +08:00
parent f6c9c32574
commit c089f16cbf
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -0,0 +1,11 @@
{
"luci-app-oled": {
"description": "Grant UCI access for luci-app-oled",
"read": {
"uci": [ "oled" ]
},
"write": {
"uci": [ "oled" ]
}
}
}