mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix network
This commit is contained in:
parent
ebf0639cbc
commit
ce0298b9a7
11 changed files with 546 additions and 1137 deletions
7
luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json
Normal file → Executable file
7
luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json
Normal file → Executable file
|
|
@ -8,9 +8,7 @@
|
|||
"/proc/sys/net/ipv6/conf/*/mtu": [ "read" ],
|
||||
"/proc/sys/net/ipv6/conf/*/hop_limit": [ "read" ],
|
||||
"/usr/libexec/luci-peeraddr": [ "exec" ],
|
||||
"/usr/lib/opkg/info/netifd.control": [ "read" ],
|
||||
"/proc/sys/net/ipv[46]/conf/*": [ "read" ],
|
||||
"/sys/class/net/*/brport/*": [ "read" ]
|
||||
"/usr/lib/opkg/info/netifd.control": [ "read" ]
|
||||
},
|
||||
"ubus": {
|
||||
"file": [ "exec" ],
|
||||
|
|
@ -60,8 +58,7 @@
|
|||
"/usr/bin/ping": [ "exec" ],
|
||||
"/usr/bin/ping6": [ "exec", "list" ],
|
||||
"/usr/bin/traceroute": [ "exec" ],
|
||||
"/usr/bin/traceroute6": [ "exec", "list" ],
|
||||
"/usr/bin/arp-scan": [ "exec", "list" ]
|
||||
"/usr/bin/traceroute6": [ "exec", "list" ]
|
||||
},
|
||||
"ubus": {
|
||||
"file": [ "exec", "stat" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue