diff --git a/usr/libexec/security-misc/check-for-usb-controller#security-misc-shared b/usr/libexec/security-misc/check-for-usb-controller#security-misc-shared index a23031b..515155e 100755 --- a/usr/libexec/security-misc/check-for-usb-controller#security-misc-shared +++ b/usr/libexec/security-misc/check-for-usb-controller#security-misc-shared @@ -5,7 +5,9 @@ export LC_ALL='C' +## Package 'pciutils' provides tool 'lspci'. if lspci | grep --quiet '^[^ ]* USB controller: '; then exit 0 fi + exit 1