mirror of https://github.com/CISOfy/lynis.git
Update description for FILE-6374
This commit is contained in:
parent
e64e49a551
commit
f188bac7e8
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue