Skip to content

Commit

Permalink
luci-mod-system: drop not used setInitAction ubus luci permission
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ansuel authored and systemcrash committed Dec 30, 2023
1 parent 2e4900e commit cbfa9ca
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"ubus": {
"file": [ "write" ],
"luci": [ "setInitAction", "setLocaltime" ]
"luci": [ "setLocaltime" ]
},
"uci": [ "dropbear" ]
}
Expand All @@ -47,9 +47,6 @@
"uci": [ "uhttpd" ]
},
"write": {
"ubus": {
"luci": [ "setInitAction" ]
},
"uci": [ "uhttpd" ]
}
},
Expand Down

0 comments on commit cbfa9ca

Please sign in to comment.