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"
|
LogText "Test: ${device} is authorized currently"
|
||||||
Report "usb_authorized_device[]=${device}"
|
Report "usb_authorized_device[]=${device}"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
LogText "Test: ${device} is authorized by default"
|
||||||
|
Report "usb_authorized_default_device[]=${device}"
|
||||||
|
FOUND=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue