mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix ACL and set performance scaling governor for RPI
This commit is contained in:
parent
09226a29a7
commit
c4e6778a94
3 changed files with 12 additions and 2 deletions
|
@ -2,10 +2,13 @@
|
|||
"luci-app-openmptcprouter": {
|
||||
"description": "Grant UCI access for luci-app-openmptcprouter",
|
||||
"read": {
|
||||
"uci": [ "'*" ]
|
||||
"uci": [ "*" ],
|
||||
"ubus": {
|
||||
"openmptcprouter": [ "*" ]
|
||||
}
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "'*" ]
|
||||
"uci": [ "*" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue