Open Issues Need Help
View All on GitHubAI Summary: Complete the `disable-service.sh` script to disable services according to the CIS Linux Distribution Independent Benchmark v2.0.0, ensuring functionality even without systemd. This is part of a larger project to achieve full CIS compliance on Linux.
[WIP] Scripts to acheive full CIS compliance on Linux (CIS Linux Distribution Independent Benchmark v2.0.0)
AI Summary: The task involves creating separate partitions for crucial system directories like `/var/`, `/var/tmp/`, `/var/log`, and `/var/log/audit` on a Linux system to enhance security as per CIS benchmark recommendations. This requires researching partition management techniques (potentially using LVM) and adapting existing scripts or creating new ones to automate the process, addressing the vagueness of the CIS guidelines.
[WIP] Scripts to acheive full CIS compliance on Linux (CIS Linux Distribution Independent Benchmark v2.0.0)
AI Summary: Complete the `access-control.sh` script, focusing on Linux security hardening related to user accounts, groups, root privileges, and sudo configurations, as part of a larger project aiming for full CIS Linux compliance.
[WIP] Scripts to acheive full CIS compliance on Linux (CIS Linux Distribution Independent Benchmark v2.0.0)
AI Summary: Complete the `audit-config.sh` script, ensuring all `auditd` configurations are correctly applied and thoroughly tested for accuracy and effectiveness. This involves verifying the script's functionality and addressing any inconsistencies in its application of the `auditd` fixes.
[WIP] Scripts to acheive full CIS compliance on Linux (CIS Linux Distribution Independent Benchmark v2.0.0)