1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add ACL for all apps

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-20 16:47:55 +02:00
parent 6f1b4204eb
commit 9a1a341121
16 changed files with 163 additions and 3 deletions

View file

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