debian-cis/tests/hardening
Charles Herlin 80a1146af7 IMP(8.2.5): find multiline pattern in files (syslog)
Add func to find pattern in file that spreads over multiple lines
The func will remove commented lines (that begin with '#')
and consider the file as one long line.
Thus, this is not possible to look for pattern at beginning of line
with this func ('^' and '$')

Improved pattern in 8.2.5

Add syslog-ng to installed dependencies in Dockerfiles

Fixed multifile arguments when looking for pattern that got broken
in d2bbf754 due to "nocase" and _does_pattern_exist_in_file wrapper
Please note that you can only look for pattern in ONE FILE at once
Fixed 8.2.5 and 8.3.2 with for loop on files and 'FOUND' flag
You now need to specify each and every file to look for or embed a
'find' command as follow :
`FILES="$SYSLOG_BASEDIR/syslog-ng.conf $(find $SYSLOG_BASEDIR/conf.d/)"`

Improved test files
Applied shellcheck recommendations
2019-02-22 12:39:41 +01:00
..
1.1_install_updates.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.1_tmp_partition.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.2_tmp_nodev.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.3_tmp_nosuid.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.4_tmp_noexec.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.5_var_partition.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.6.1_var_tmp_partition.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.6.2_var_tmp_nodev.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.6.3_var_tmp_nosuid.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.6.4_var_tmp_noexec.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.7_var_log_partition.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.8_var_log_audit_partition.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.9_home_partition.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.10_home_nodev.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.11_removable_device_nodev.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.12_removable_device_noexec.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.13_removable_device_nosuid.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.14_run_shm_nodev.sh IMP(2.1x): Retrieve actual partition when symlink 2019-02-22 12:22:14 +01:00
2.15_run_shm_nosuid.sh IMP(2.1x): Retrieve actual partition when symlink 2019-02-22 12:22:14 +01:00
2.16_run_shm_noexec.sh IMP(2.1x): Retrieve actual partition when symlink 2019-02-22 12:22:14 +01:00
2.17_sticky_bit_world_writable_folder.sh CHORE(tests): cleanup test files 2019-02-18 18:08:19 +01:00
2.18_disable_cramfs.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.19_disable_freevxfs.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.20_disable_jffs2.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.21_disable_hfs.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.22_disable_hfsplus.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.23_disable_squashfs.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.24_disable_udf.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
2.25_disable_automounting.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
3.1_bootloader_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
3.2_bootloader_permissions.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
3.3_bootloader_password.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
3.4_root_password.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
4.1_restrict_core_dumps.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
4.2_enable_nx_support.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
4.3_enable_randomized_vm_placement.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
4.4_disable_prelink.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
4.5_enable_apparmor.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.1_disable_nis.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.2_disable_rsh.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.3_disable_rsh_client.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.4_disable_talk.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.5_disable_talk_client.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.6_disable_telnet_server.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.7_disable_tftp_server.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.1.8_disable_inetd.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.2_disable_chargen.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.3_disable_daytime.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.4_disable_echo.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.5_disable_discard.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
5.6_disable_time.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.1_disable_xwindow_system.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.2_disable_avahi_server.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.3_disable_print_server.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.4_disable_dhcp.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.5_configure_ntp.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.6_disable_ldap.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.7_disable_nfs_rpc.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.8_disable_dns_server.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.9_disable_ftp.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.10_disable_http_server.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.11_disable_imap_pop.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.12_disable_samba.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.13_disable_http_proxy.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.14_disable_snmp_server.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.15_mta_localhost.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
6.16_disable_rsync.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.1.1_disable_ip_forwarding.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.1.2_disable_send_packet_redirects.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.1_disable_source_routed_packets.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.2_disable_icmp_redirect.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.3_disable_secure_icmp_redirect.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.4_log_martian_packets.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.5_ignore_broadcast_requests.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.6_enable_bad_error_message_protection.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.7_enable_source_route_validation.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.2.8_enable_tcp_syn_cookies.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.3.1_disable_ipv6_router_advertisement.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.3.2_disable_ipv6_redirect.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.3.3_disable_ipv6.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.4.1_install_tcp_wrapper.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.4.2_hosts_allow.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.4.3_hosts_allow_permissions.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.4.4_hosts_deny.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.4.5_hosts_deny_permissions.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.5.1_disable_dccp.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.5.2_disable_sctp.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.5.3_disable_rds.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.5.4_disable_tipc.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.6_disable_wireless.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
7.7_enable_firewall.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.0_enable_auditd_kernel.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.1.1_audit_log_storage.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.1.2_halt_when_audit_log_full.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.1.3_keep_all_audit_logs.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.2_enable_auditd.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.3_audit_bootloader.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.4_record_date_time_edit.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.5_record_user_group_edit.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.6_record_network_edit.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.7_record_mac_edit.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.8_record_login_logout.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.9_record_session_init.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.10_record_dac_edit.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.11_record_failed_access_file.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.12_record_privileged_commands.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.13_record_successful_mount.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.14_record_file_deletions.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.15_record_sudoers_edit.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.16_record_sudo_usage.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.17_record_kernel_modules.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.1.18_freeze_auditd_conf.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.2.1_install_syslog-ng.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.2.2_enable_syslog-ng.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.2.3_configure_syslog-ng.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.2.4_set_logfile_perm.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.2.5_syslog-ng_remote_host.sh IMP(8.2.5): find multiline pattern in files (syslog) 2019-02-22 12:39:41 +01:00
8.2.6_remote_syslog-ng_acl.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.3.1_install_tripwire.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
8.3.2_tripwire_cron.sh IMP(8.2.5): find multiline pattern in files (syslog) 2019-02-22 12:39:41 +01:00
8.4_configure_logrotate.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.1_enable_cron.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.2_crontab_perm_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.3_cron_hourly_perm_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.4_cron_daily_perm_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.5_cron_weekly_perm_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.6_cron_monthly_perm_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.7_cron_d_perm_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.1.8_cron_users.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.2.1_enable_cracklib.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.2.2_enable_lockout_failed_password.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.2.3_limit_password_reuse.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.1_sshd_protocol.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.2_sshd_loglevel.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.3_sshd_conf_perm_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.4_disable_x11_forwarding.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.5_sshd_maxauthtries.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.6_enable_sshd_ignorerhosts.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.7_disable_sshd_hostbasedauthentication.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.8_disable_root_login.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.9_disable_sshd_permitemptypasswords.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.10_disable_sshd_setenv.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.11_sshd_ciphers.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.12_sshd_idle_timeout.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.13_sshd_limit_access.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.3.14_ssh_banner.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.4_secure_tty.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
9.5_restrict_su.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
10.1.1_set_password_exp_days.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
10.1.2_set_password_min_days_change.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
10.1.3_set_password_exp_warning_days.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
10.2_disable_system_accounts.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
10.3_default_root_group.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
10.4_default_umask.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
10.5_lock_inactive_user_account.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
11.1_warning_banners.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
11.2_remove_os_info_warning_banners.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
11.3_graphical_warning_banners.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
12.1_etc_passwd_permissions.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
12.2_etc_shadow_permissions.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
12.3_etc_group_permissions.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
12.4_etc_passwd_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
12.5_etc_shadow_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
12.6_etc_group_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
12.7_find_world_writable_file.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
12.8_find_unowned_files.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
12.9_find_ungrouped_files.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
12.10_find_suid_files.sh IMP: new tag in file to tell that the script should pass shellcheck 2019-01-24 11:11:08 +01:00
12.11_find_sgid_files.sh IMP: new tag in file to tell that the script should pass shellcheck 2019-01-24 11:11:08 +01:00
13.1_remove_empty_password_field.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.2_remove_legacy_passwd_entries.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.3_remove_legacy_shadow_entries.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.4_remove_legacy_group_entries.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.5_find_0_uid_non_root_account.sh Improve user management in test cases 2019-02-14 11:15:51 +01:00
13.6_sanitize_root_path.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.7_check_user_dir_perm.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.8_check_user_dot_file_perm.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.9_set_perm_on_user_netrc.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.11_find_passwd_group_inconsistencies.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.12_users_valid_homedir.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.13_check_user_homedir_ownership.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.14_check_duplicate_uid.sh Improve user management in test cases 2019-02-14 11:15:51 +01:00
13.15_check_duplicate_gid.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.16_check_duplicate_username.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.17_check_duplicate_groupname.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.18_find_user_netrc_files.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.19_find_user_forward_files.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
13.20_shadow_group_empty.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
99.1_timeout_tty.sh CHORE(tests): Cleanup test files 2019-02-18 18:10:22 +01:00
99.2_disable_usb_devices.sh CHORE(tests): Cleanup test files 2019-02-18 18:10:22 +01:00
99.3.1_acc_shadow_sha512.sh Migrate generic checks from secaudit to cis-hardening 2017-12-20 15:14:30 +01:00
99.3.2_acc_sudoers_no_all.sh Migrate generic checks from secaudit to cis-hardening 2017-12-20 15:14:30 +01:00
99.3.3_acc_pam_sha512.sh Migrate generic checks from secaudit to cis-hardening 2017-12-20 15:14:30 +01:00
99.3.4_acc_logindefs_sha512.sh Migrate generic checks from secaudit to cis-hardening 2017-12-20 15:14:30 +01:00
99.4_net_fw_default_policy_drop.sh Add test stub for all audit checks, to tests root/sudo consistency 2019-02-14 18:10:46 +01:00
99.5.1_ssh_auth_pubk_only.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.2.1_ssh_cry_kex.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.2.2_ssh_cry_mac.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.2.3_ssh_cry_rekey.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.3_ssh_disable_features.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.4_ssh_keys_from.sh FIX(tests): improve test cases and cleanup 2019-02-18 17:25:04 +01:00
99.5.5_ssh_strict_modes.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.6_ssh_sys_accept_env.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.7_ssh_sys_no_legacy.sh Migrate generic checks from secaudit to cis-hardening 2017-12-20 15:14:30 +01:00
99.5.8_ssh_sys_sandbox.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00
99.5.9_ssh_loglevel.sh FIX(tests): change sed in conf file disabled->audit following d6172ad 2019-02-15 17:42:17 +01:00