mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Mandatory per packaging guide https://nightly.buildroot.org/#_config_files Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
config BR2_PACKAGE_FACTORY
|
|
bool "factory-reset"
|
|
help
|
|
Simple factory reset program/login-shell for instructing the
|
|
system to factory reset itself, and reboot.
|
|
|
|
The program is made to run as SUID root to be able to tell the
|
|
system to reboot. Sufficient care has been taken to make the
|
|
factory program as secure as possible. With the worst possible
|
|
eftect to only be abused to reboot the system.
|
|
|
|
https://github.com/kernelkit/infix
|