mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-mod-system: drop not used setInitAction ubus luci permission
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>
This commit is contained in:
committed by
Paul Donald
parent
2e4900eb43
commit
cbfa9ca8d6
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"ubus": {
|
||||
"file": [ "write" ],
|
||||
"luci": [ "setInitAction", "setLocaltime" ]
|
||||
"luci": [ "setLocaltime" ]
|
||||
},
|
||||
"uci": [ "dropbear" ]
|
||||
}
|
||||
@@ -47,9 +47,6 @@
|
||||
"uci": [ "uhttpd" ]
|
||||
},
|
||||
"write": {
|
||||
"ubus": {
|
||||
"luci": [ "setInitAction" ]
|
||||
},
|
||||
"uci": [ "uhttpd" ]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user