From 12679608428e6927da480ca721b34bab75108687 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 8 Nov 2025 01:32:45 -0500 Subject: [PATCH] comments --- .../security-misc/check-for-usb-controller#security-misc-shared | 2 ++ 1 file changed, 2 insertions(+) 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