1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00
openmptcprouter-feeds/luci-app-mptcp/root/usr/share/rpcd/acl.d/luci-app-mptcp.json
2024-08-07 16:47:53 +02:00

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" ]
}
}
}