summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-network/root/usr/share/rpcd/acl.d
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-06-01 22:23:09 +0200
committerJo-Philipp Wich <jo@mein.io>2021-06-03 10:43:36 +0200
commit3fbd4338846e8229935b54256a3a541a3e15d8bd (patch)
tree8c4c205c580843343697fd5e97d098eedbaabb9e /modules/luci-mod-network/root/usr/share/rpcd/acl.d
parentdc0cfc642e42eefcac91bb965f9aa612089fad5d (diff)
luci-mod-network: interfaces: restructure DHCPv6 and IPv6 RA options
- Condense overly large IPv6 RA/DHCPv6 description texts and get rid of most embedded markup - Switch ra/ndp/dhcpv6 mode selections to rich dropdown lists and move extended choice descriptions next to the selection options - Drop ndproxy_static option which has been removed from odhcpd long ago - Add format validations to all text input fields - Add ability to configure master/relay modes for non-static interfaces (#2998) - Move extended RA configuration options into a new tab - Prevent enabling master mode on multiple interfaces - Prevent enabling ra/dhcpv6 server mode on non-static or master interfaces - Drop ra_management in favor to ra_flags option (#5083) - Add support for dns_service option - Read current effective IPv6 MTU and hop limit placeholder values from procfs Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-mod-network/root/usr/share/rpcd/acl.d')
-rw-r--r--modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json b/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json
index ade9915b91..6943d95637 100644
--- a/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json
+++ b/modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json
@@ -5,6 +5,8 @@
"cgi-io": [ "exec" ],
"file": {
"/etc/iproute2/rt_tables": [ "read" ],
+ "/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" ]
},