mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Detection for QNAP devices
This commit is contained in:
parent
7e41339d95
commit
c34c8265ad
@ -501,5 +501,13 @@
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Specific checks for hardware
|
||||||
|
|
||||||
|
# Detect if we are using a QNAP NAS
|
||||||
|
if [ -d /share/CACHEDEV1_DATA/.qpkg ]; then
|
||||||
|
QNAP_DEVICE=1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
#================================================================================
|
#================================================================================
|
||||||
# Lynis - Security Auditing and System Hardening for Linux and UNIX - https://cisofy.com
|
# Lynis - Security Auditing and System Hardening for Linux and UNIX - https://cisofy.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user