Files
debian-cis/versions
Damien Cavagnini aebb65889e chore: configure current repository as a version
And use it as default version.

To this end, the scripts in bin/hardening have been made generic by removing the associated recommendation number.
Only impact is if you are used to execute scripts directly from bin/hardening.
In this case, please use the "bin/hardening.sh" wrapper as intended.

I had to rename 2.3.1_disable_nis.sh to uninstall_nis.sh, as it was conflicting with 2.3.1_disable_nis.sh

Also, there was a doublon between 1.1.1.8_disable_cramfs.sh and 99.1.1.1_disable_cramfs.sh ; the former was kept
2025-06-25 16:58:41 +02:00
..
2025-06-25 16:58:35 +02:00

Here, we'll add some folders to represent a specific CIS version to use. Each folder will contains links to adequat scripts

Ex: debian12/ 1.1.1.1_disable_cramfs.sh ->../../bin/hardening/disable_cramfs.sh 1.1.1.2_disable_freevxfs.sh ->../../bin/hardening/disable_freevxfs.sh etc.