1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Add ACL for all apps

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-04-20 16:47:55 +02:00
parent 6f1b4204eb
commit 9a1a341121
16 changed files with 163 additions and 3 deletions

View file

@ -0,0 +1,11 @@
{
"luci-app-dsvpn": {
"description": "Grant UCI access for luci-app-dsvpn",
"read": {
"uci": [ "dsvpn" ]
},
"write": {
"uci": [ "dsvpn" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-glorytun": {
"description": "Grant UCI access for luci-app-glorytun",
"read": {
"uci": [ "glorytun" ]
},
"write": {
"uci": [ "glorytun" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-https-dns-proxy": {
"description": "Grant UCI access for luci-app-https-dns-proxy",
"read": {
"uci": [ "https-dns-proxy" ]
},
"write": {
"uci": [ "https-dns-proxy" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-iperf": {
"description": "Grant UCI access for luci-app-iperf",
"read": {
"uci": [ "iperf" ]
},
"write": {
"uci": [ "iperf" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-macvlan": {
"description": "Grant UCI access for luci-app-macvlan",
"read": {
"uci": [ "macvlan" ]
},
"write": {
"uci": [ "macvlan" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-mail": {
"description": "Grant UCI access for luci-app-mail",
"read": {
"uci": [ "mail" ]
},
"write": {
"uci": [ "mail" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-mlvpn": {
"description": "Grant UCI access for luci-app-mlvpn",
"read": {
"uci": [ "mlvpn" ]
},
"write": {
"uci": [ "mlvpn" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-mptcp": {
"description": "Grant UCI access for luci-app-mptcp",
"read": {
"uci": [ "openmptcprouter", "network" ]
},
"write": {
"uci": [ "openmptcprouter", "network" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-nginx-ha": {
"description": "Grant UCI access for luci-app-nginx-ha",
"read": {
"uci": [ "nginx-ha" ]
},
"write": {
"uci": [ "nginx-ha" ]
}
}
}

View file

@ -5,7 +5,11 @@
"file": {
"/proc/net/xt_ndpi/proto": [ "read" ],
"/proc/net/xt_ndpi/host_proto": [ "read" ],
}
},
"uci": [ "omr-bypass" ]
}
"write": {
"uci": [ "omr-bypass" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-dscp": {
"description": "Grant UCI access for luci-app-dscp",
"read": {
"uci": [ "dscp" ]
},
"write": {
"uci": [ "dscp" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-omr-quota": {
"description": "Grant UCI access for luci-app-omr-quota",
"read": {
"uci": [ "omr-quota" ]
},
"write": {
"uci": [ "omr-quota" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-omr-tracker": {
"description": "Grant UCI access for luci-app-omr-tracker",
"read": {
"uci": [ "omr-tracker" ]
},
"write": {
"uci": [ "omr-tracker" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-openmptcprouter": {
"description": "Grant UCI access for luci-app-openmptcprouter",
"read": {
"uci": [ "'*" ]
},
"write": {
"uci": [ "'*" ]
}
}
}

View file

@ -4,12 +4,14 @@
"read": {
"ubus": {
"service": [ "list" ]
}
},
"uci": [ "shadowsocks-libev" ]
},
"write": {
"file": {
"/etc/shadowsocks-libev/*": [ "write" ]
}
},
"uci": [ "shadowsocks-libev" ]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-snmpd": {
"description": "Grant UCI access for luci-app-snmpd",
"read": {
"uci": [ "snmpd" ]
},
"write": {
"uci": [ "snmpd" ]
}
}
}