mirror of https://github.com/CISOfy/lynis.git
fix issue #610 STRG-1842
This commit is contained in:
parent
09e2de2ea5
commit
3ba94b9700
|
@ -105,6 +105,10 @@
|
|||
LogText "Test: ${device} is authorized currently"
|
||||
Report "usb_authorized_device[]=${device}"
|
||||
fi
|
||||
else
|
||||
LogText "Test: ${device} is authorized by default"
|
||||
Report "usb_authorized_default_device[]=${device}"
|
||||
FOUND=1
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue