How is the webserver running in petalinux? My zedboard was compromized through the webserver somewhere. I'm trying to disable the webserver through petalinux-config, but I can't see anything obviously enabled.
How is the webserver running in petalinux? My zedboard was compromized through the webserver somewhere. I'm trying to disable the webserver through petalinux-config, but I can't see anything obviously enabled.
You should be able to disable the webserver using petalinux-config. Try:
"petalinux-config -c rootfs"
That should bring up the menuconfig utility.
Select Apps, hit enter.
On the next screen uWeb is enabled by default. Disable it by scrolling down to it and hitting the space bar. Then "Exit" all the way out and save the new rootfs configuration when prompted. When it builds, there will be no uWeb application included in the rootfs.
-Gary