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

Convert luci-app-mptcp from lua to js

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-08-07 16:47:53 +02:00
parent 7374c17ae0
commit 52d27b53bf
4 changed files with 245 additions and 202 deletions

View file

@ -2,7 +2,16 @@
"luci-app-mptcp": {
"description": "Grant UCI access for luci-app-mptcp",
"read": {
"uci": [ "openmptcprouter", "network" ]
"uci": [ "openmptcprouter", "network" ],
"file": {
"/usr/lib/mptcpd": [ "list" ],
"/usr/share/bpf/scheduler": [ "list" ],
"/sbin/sysctl -n net.ipv4.tcp_available_congestion_control": [ "exec" ]
},
"ubus": {
"file": [ "list", "exec" ],
"system": [ "board" ]
}
},
"write": {
"uci": [ "openmptcprouter", "network" ]