Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Vehrs <dvehrs@users.noreply.github.com>2018-01-24 21:29:50 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-24 21:29:50 +0300
commit8f689d472393b947c37a2d42c295a58c4d7d2ed9 (patch)
treead7cdf02b56442513cedb8b43b69bd7071c0340c /include/consts
parent993edc9738b0d0f2303941b26820ce02a77804e5 (diff)
Adding USBGuard to checks for USB Devices. (#499)
* Added kernel.dmesg_restrict to sysctl checks. * Initial addition of tests_usb_devices * More updates for tests_usb_devices * More updates * Updated logging and other output.
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index e5c0b4b0..4bb55a3a 100644
--- a/include/consts
+++ b/include/consts
@@ -283,6 +283,10 @@ unset LANG
UPLOAD_PROXY_SERVER=""
UPLOAD_TOOL=""
UPLOAD_TOOL_ARGS=""
+ USBGUARDFOUND=0
+ USBGUARDBINARY=""
+ USBGUARD_CONFIG=""
+ USBGUARD_ROOT=""
VALUE=""
VERBOSE=0
VGDISPLAYBINARY=""