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:
parent
6f1b4204eb
commit
9a1a341121
16 changed files with 163 additions and 3 deletions
11
luci-app-mlvpn/root/usr/share/rpcd/acl.d/luci-app-mlvpn.json
Normal file
11
luci-app-mlvpn/root/usr/share/rpcd/acl.d/luci-app-mlvpn.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"luci-app-mlvpn": {
|
||||
"description": "Grant UCI access for luci-app-mlvpn",
|
||||
"read": {
|
||||
"uci": [ "mlvpn" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "mlvpn" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue