mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
fix issue #610 STRG-1842
This commit is contained in:
parent
09e2de2ea5
commit
3ba94b9700
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue