mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
20 lines
No EOL
457 B
JSON
20 lines
No EOL
457 B
JSON
{
|
|
"luci-app-mptcp": {
|
|
"description": "Grant UCI access for luci-app-mptcp",
|
|
"read": {
|
|
"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" ]
|
|
}
|
|
}
|
|
} |