Skip to content

Commit

Permalink
luci-app-pagekitec: add missing ACL rules
Browse files Browse the repository at this point in the history
Fixes: openwrt#6615
Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- committed Oct 19, 2023
1 parent f7916ad commit 9b545a3
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"luci-app-pagekitec": {
"description": "Grant UCI access for luci-app-pagekitec",
"read": {
"uci": [ "pagekitec" ]
},
"write": {
"uci": [ "pagekitec" ]
}
}
}

0 comments on commit 9b545a3

Please sign in to comment.