luci-app-jd-dailybonus:/luci-app-kodexplorer/luci-app-nginx-pingos: add missing ACL file

This commit is contained in:
CN_SZTL 2020-07-16 22:09:17 +08:00
parent 04606797bc
commit 2ff234a3c7
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 33 additions and 0 deletions

View File

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

View File

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

View File

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