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:
parent
2e4900eb43
commit
cbfa9ca8d6
1 changed files with 1 additions and 4 deletions
|
@ -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" ]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue