You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/debian-cis # grep -E -i '\svfat\s' /etc/fstab
no output
Did I make a mistake?
other thing about partition checks : all scripts from 1.1.2 to 1.1.18 are not compatible with lvm? for example :
~/debian-cis # bin/hardening/1.1.2_tmp_partition.sh --audit-all
1.1.2_tmp_partition [INFO] Working on 1.1.2_tmp_partition
1.1.2_tmp_partition [INFO] [DESCRIPTION] Ensure /tmp is configured (Scored)
1.1.2_tmp_partition [INFO] Checking Configuration
1.1.2_tmp_partition [INFO] Performing audit
1.1.2_tmp_partition [INFO] Verifying that /tmp is a partition
1.1.2_tmp_partition [ KO ] /tmp is not a partition
1.1.2_tmp_partition [ KO ] Check Failed
but :
~/debian-cis # mount |grep /tmp
/dev/mapper/vgdebian-tmp on /tmp type xfs (rw,nosuid,nodev,noexec,relatime,attr2,inode64,noquota)
~/debian-cis # df -hT |grep "/tmp"
/dev/mapper/vgdebian-tmp xfs 2,0G 35M 2,0G 2% /tmp
I got the same error for /var/log partition and i guess i will probably have the same if i had /home and /var/log/audit lvm partition.
Regards
The text was updated successfully, but these errors were encountered:
about restrict FAT, it's not easy to implement the same check than other legit FS because if you use UEFI boot you need FAT and it's allowed in CIS (I add todo about it and keep old implementation for moment)
about partition is complicated too, because actual method are file based and not aware on specific case (lvm, container, ...) this check should be enhanced in future (for my side in this case I disable it)
Hi !
I'm trying to run this script :
And when i want to apply the recommanded modifications (i have status=enabled in the conf file) :
As you can see, the output show that the vfat FS is enable but it's not the case (according to the CIS test) :
Did I make a mistake?
other thing about partition checks : all scripts from 1.1.2 to 1.1.18 are not compatible with lvm? for example :
but :
I got the same error for /var/log partition and i guess i will probably have the same if i had /home and /var/log/audit lvm partition.
Regards
The text was updated successfully, but these errors were encountered: