securing an OS for an examination

Ralf Mardorf silver.bullet at zoho.com
Wed May 25 08:26:22 UTC 2016


On Wed, 25 May 2016 09:54:26 +0200, Jacques Beigbeder wrote:
>disable USB devices

In sys, every driver has an unbind file.

Add the IDs to this unbind file, it should look similar to

  echo -n "0000:00:13.2" > /sys/bus/pci/drivers/ohci_hcd/unbind
  echo -n "0000:00:13.4" > /sys/bus/pci/drivers/ohci_hcd/unbind

FWIW this worked on my machine, but the path seemingly changed.





More information about the ubuntu-users mailing list