0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-11 22:50:58 +00:00
Jo-Philipp Wich 9b545a370b luci-app-pagekitec: add missing ACL rules
Fixes: #6615
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-10-20 00:31:50 +02:00

12 lines
178 B
JSON

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