mirror of https://github.com/immortalwrt/luci.git
ACL: Add system read for luci-mod-network needed for timezone in wireless
This commit is contained in:
parent
02b58b8f06
commit
38be2663ea
|
@ -17,7 +17,7 @@
|
|||
"iwinfo": [ "assoclist", "countrylist", "freqlist", "txpowerlist" ],
|
||||
"luci": [ "getSwconfigFeatures", "getSwconfigPortState" ]
|
||||
},
|
||||
"uci": [ "dhcp", "firewall", "network", "wireless" ]
|
||||
"uci": [ "dhcp", "firewall", "network", "wireless", "system" ]
|
||||
},
|
||||
"write": {
|
||||
"cgi-io": [ "exec" ],
|
||||
|
|
Loading…
Reference in New Issue