Unintentional factory reset risks ISP forcing firmware update locking out vulnerability allowing root access. Factory reset at command line with rtfd.
Factory reset interface is better in gateway-modal.lp so suggest at least hide it in www/docroot/modals/relay-modal.lp.
#!/bin/sh
# Hide factory reset in GUI
# Note regex for special characters – backslash before space
sed -e '/--/!s/.*"Factory\ Defaults",/--&/' -i www/docroot/modals/relay-modal.lp
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Unintentional factory reset risks ISP forcing firmware update locking out vulnerability allowing root access. Factory reset at command line with
rtfd
.Factory reset interface is better in gateway-modal.lp so suggest at least hide it in www/docroot/modals/relay-modal.lp.