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:
authorMichael Boelen <michael.boelen@cisofy.com>2019-10-08 16:10:02 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-10-08 16:10:02 +0300
commitf188bac7e8b92a4d1d933e5ed961c0417d4e1aeb (patch)
tree7d715d9415fa3a195a9f6925f379ab44033520d9 /include/tests_filesystems
parente64e49a551434ba68570a04f0af374c559449697 (diff)
Update description for FILE-6374
Diffstat (limited to 'include/tests_filesystems')
-rw-r--r--include/tests_filesystems2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_filesystems b/include/tests_filesystems
index 8efa97c9..398b2530 100644
--- a/include/tests_filesystems
+++ b/include/tests_filesystems
@@ -564,7 +564,7 @@
# ---------------------------------------------------------
FILESYSTEMS_TO_CHECK="/boot:nodev,noexec,nosuid /dev/shm:nosuid,nodev,noexec /home:nodev,nosuid /tmp:nodev,noexec,nosuid /var:nosuid /var/log:nodev,noexec,nosuid /var/log/audit:nodev,noexec,nosuid /var/tmp:nodev,noexec,nosuid"
- Register --test-no FILE-6374 --os Linux --weight L --network NO --category security --description "Checking partitions mount options"
+ Register --test-no FILE-6374 --os Linux --weight L --network NO --category security --description "Linux mount options"
if [ ${SKIPTEST} -eq 0 ]; then
if [ -f ${ROOTDIR}etc/fstab ]; then
for I in ${FILESYSTEMS_TO_CHECK}; do