mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-app-pagekitec: add missing ACL rules
Fixes: #6615 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-pagekitec": {
|
||||
"description": "Grant UCI access for luci-app-pagekitec",
|
||||
"read": {
|
||||
"uci": [ "pagekitec" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "pagekitec" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user