Drop not used setInitAction ubus luci method permission from
luci-mod-system-uhttpd and luci-mod-system-ssh. They are not used in the
related js files and should be removed as the related js doesn't
use/require them.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
},
"ubus": {
"file": [ "write" ],
- "luci": [ "setInitAction", "setLocaltime" ]
+ "luci": [ "setLocaltime" ]
},
"uci": [ "dropbear" ]
}
"uci": [ "uhttpd" ]
},
"write": {
- "ubus": {
- "luci": [ "setInitAction" ]
- },
"uci": [ "uhttpd" ]
}
},