make: restrict shell hosting to 127.0.0.1 so it doesn't leak

This commit is contained in:
K. Lange 2018-11-20 17:20:25 +09:00
parent ecf9a4e74f
commit e175885c58

View File

@ -338,7 +338,7 @@ shell: image.iso
-fw_cfg name=opt/org.toaruos.bootmode,string=headless \
-fw_cfg name=opt/org.toaruos.forceuser,string=local \
-fw_cfg name=opt/org.toaruos.term,string=${TERM} & \
stty raw -echo && nc -l 8090 && stty sane && wait
stty raw -echo && nc -l 127.0.0.1 8090 && stty sane && wait
.PHONY: efi64
efi64: image.iso