Simple question : is it possible to disabled some USB port through the iso ?
For information, i'm using Porteus Kiosk edition with a PXE Boot.
I hope i've been clear on my demand.
Thanks

Code: Select all
echo 0 > /sys/bus/usb/devices/usb5/authorized
Code: Select all
echo 1 > /sys/bus/usb/devices/usb5/authorized
well - you have answered yourselfbut how can i check if this is working , since the filesystem is disable on my kiosk ?