From f188bac7e8b92a4d1d933e5ed961c0417d4e1aeb Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 8 Oct 2019 15:10:02 +0200 Subject: [PATCH] Update description for FILE-6374 --- db/tests.db | 2 +- include/tests_filesystems | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db/tests.db b/db/tests.db index 77ec7fbb..000883e2 100644 --- a/db/tests.db +++ b/db/tests.db @@ -113,7 +113,7 @@ FILE-6362:test:security:filesystems::Checking /tmp sticky bit: FILE-6363:test:security:filesystems::Checking /var/tmp sticky bit: FILE-6368:test:security:filesystems:Linux:Checking ACL support on root file system: FILE-6372:test:security:filesystems:Linux:Checking / mount options: -FILE-6374:test:security:filesystems:Linux:Checking /boot mount options: +FILE-6374:test:security:filesystems:Linux:Linux mount options: FILE-6376:test:security:filesystems:Linux:Determine if /var/tmp is bound to /tmp: FILE-6410:test:security:filesystems::Checking Locate database: FILE-6430:test:security:filesystems::Disable mounting of some filesystems: 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