debian-cis/bin/hardening
Thibault Ayanides b9e129d8fe IMP(shellcheck): disable sed replacement (SC2001)
Shellcheck recommands to replace sed by shell expansions in 'simple' cases.
However, the replacement here is likely to lead to erros, so we disable this rule.
Moreover, it does'nt really add readability.
2020-12-10 08:34:57 +01:00
..
.gitignore Initial Commit Basic folders 2016-04-01 07:50:08 +02:00
1.1.1.1_disable_freevxfs.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.1.1.2_disable_jffs2.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.1.1.3_disable_hfs.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.1.1.4_disable_hfsplus.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.1.1.5_disable_udf.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.1.1.6_disable_cramfs.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.1.1.7_disable_squashfs.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.1.2_tmp_partition.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.3_tmp_nodev.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.4_tmp_nosuid.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.5_tmp_noexec.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.6_var_partition.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.7_var_tmp_partition.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.8_var_tmp_nodev.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.9_var_tmp_nosuid.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.10_var_tmp_noexec.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.11_var_log_partition.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.12_var_log_audit_partition.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.13_home_partition.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.14_home_nodev.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.1.15_run_shm_nodev.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.1.16_run_shm_nosuid.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.1.17_run_shm_noexec.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.1.18_removable_device_nodev.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.1.19_removable_device_nosuid.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.1.20_removable_device_noexec.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.1.21_sticky_bit_world_writable_folder.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
1.1.22_disable_automounting.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.4.1_bootloader_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
1.4.2_bootloader_password.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.4.3_root_password.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.5.1_restrict_core_dumps.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.5.2_enable_nx_support.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
1.5.3_enable_randomized_vm_placement.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.5.4_disable_prelink.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.6.2.1_enable_apparmor.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.7.1.1_remove_os_info_motd.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.7.1.2_remove_os_info_issue.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.7.1.3_remove_os_info_issue_net.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.7.1.4_motd_perms.sh IMP(shellcheck): refactor continue (SC2104) 2020-12-07 13:32:14 +01:00
1.7.1.5_etc_issue_perms.sh IMP(shellcheck): refactor continue (SC2104) 2020-12-07 13:32:14 +01:00
1.7.1.6_etc_issue_net_perms.sh IMP(shellcheck): refactor continue (SC2104) 2020-12-07 13:32:14 +01:00
1.7.2_graphical_warning_banners.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
1.8_install_updates.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
2.1.1_disable_xinetd.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.1.2_disable_bsd_inetd.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.1.1_use_time_sync.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.1.2_configure_ntp.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
2.2.1.3_configure_chrony.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.2_disable_xwindow_system.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.3_disable_avahi_server.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.4_disable_print_server.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.5_disable_dhcp.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.6_disable_ldap.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.7_disable_nfs_rpc.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.8_disable_dns_server.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.9_disable_ftp.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.10_disable_http_server.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.11_disable_imap_pop.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.12_disable_samba.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.13_disable_http_proxy.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.14_disable_snmp_server.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.15_mta_localhost.sh IMP(shellcheck): remove $() in if condition (SC2091) 2020-12-10 08:16:23 +01:00
2.2.16_disable_rsync.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.2.18_disable_telnet_server.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
2.3.1_disable_nis.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.3.2_disable_rsh_client.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.3.3_disable_talk_client.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.3.4_disable_telnet_client.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
2.3.5_disable_ldap_client.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.1.1_disable_ip_forwarding.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.1.2_disable_send_packet_redirects.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.1_disable_source_routed_packets.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.2_disable_icmp_redirect.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.3_disable_secure_icmp_redirect.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.4_log_martian_packets.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.5_ignore_broadcast_requests.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.6_enable_bad_error_message_protection.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.7_enable_source_route_validation.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.8_enable_tcp_syn_cookies.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.2.9_disable_ipv6_router_advertisement.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.3.1_install_tcp_wrapper.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.3.2_hosts_allow.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.3.3_hosts_deny.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.3.4_hosts_allow_permissions.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.3.5_hosts_deny_permissions.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.4.1_disable_dccp.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.4.2_disable_sctp.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.4.3_disable_rds.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.4.4_disable_tipc.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.5_enable_firewall.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
3.5.1.1_net_fw_default_policy_drop.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.6_disable_wireless.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
3.7_disable_ipv6.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
4.1.1.1_audit_log_storage.sh IMP(shellcheck): add curly bracket to var (SC1087) 2020-12-07 13:54:57 +01:00
4.1.1.2_halt_when_audit_log_full.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
4.1.1.3_keep_all_audit_logs.sh IMP(shellcheck): add curly bracket to var (SC1087) 2020-12-07 13:54:57 +01:00
4.1.2_enable_auditd.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
4.1.3_audit_bootloader.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
4.1.4_record_date_time_edit.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.5_record_user_group_edit.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.6_record_network_edit.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.7_record_mac_edit.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.8_record_login_logout.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.9_record_session_init.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.10_record_dac_edit.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.11_record_failed_access_file.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.12_record_privileged_commands.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.13_record_successful_mount.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.14_record_file_deletions.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.15_record_sudoers_edit.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.16_record_sudo_usage.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.17_record_kernel_modules.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.1.18_freeze_auditd_conf.sh IMP(shellcheck): quoting variables 2020-12-07 15:53:14 +01:00
4.2.2.1_enable_syslog-ng.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
4.2.2.2_configure_syslog-ng.sh IMP(shellcheck): fix harmless warnings 2020-12-07 14:53:10 +01:00
4.2.2.3_syslog_ng_logfiles_perm.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
4.2.2.4_syslog-ng_remote_host.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
4.2.2.5_remote_syslog-ng_acl.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
4.2.3_install_syslog-ng.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
4.2.4_logs_permissions.sh IMP(shellcheck): fix harmless warnings 2020-12-07 14:53:10 +01:00
4.3_configure_logrotate.sh IMP(shellcheck): fix harmless warnings 2020-12-07 14:53:10 +01:00
5.1.1_enable_cron.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.1.2_crontab_perm_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
5.1.3_cron_hourly_perm_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
5.1.4_cron_daily_perm_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
5.1.5_cron_weekly_perm_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
5.1.6_cron_monthly_perm_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
5.1.7_cron_d_perm_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
5.1.8_cron_users.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.1_sshd_conf_perm_ownership.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
5.2.2_ssh_host_private_keys_perm_ownership.sh IMP(shellcheck): fix harmless warnings 2020-12-07 14:53:10 +01:00
5.2.3_ssh_host_public_keys_perm_ownership.sh IMP(shellcheck): fix harmless warnings 2020-12-07 14:53:10 +01:00
5.2.4_sshd_protocol.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.5_sshd_loglevel.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.6_disable_x11_forwarding.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.7_sshd_maxauthtries.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.8_enable_sshd_ignorerhosts.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.9_disable_sshd_hostbasedauthentication.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.10_disable_root_login.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.11_disable_sshd_permitemptypasswords.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.12_disable_sshd_setenv.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.13_sshd_ciphers.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.14_ssh_cry_mac.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.15_ssh_cry_kex.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.16_sshd_idle_timeout.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.17_sshd_login_grace_time.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.2.18_sshd_limit_access.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
5.2.19_ssh_banner.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
5.3.1_enable_pwquality.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
5.3.2_enable_lockout_failed_password.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.3.3_limit_password_reuse.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
5.3.4_acc_pam_sha512.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
5.4.1.1_set_password_exp_days.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
5.4.1.2_set_password_min_days_change.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
5.4.1.3_set_password_exp_warning_days.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
5.4.1.4_lock_inactive_user_account.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
5.4.2_disable_system_accounts.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
5.4.3_default_root_group.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
5.4.4_default_umask.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
5.5_secure_tty.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
5.6_restrict_su.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.1.5_etc_passwd_permissions.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
6.1.6_etc_shadow_permissions.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
6.1.7_etc_group_permissions.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
6.1.10_find_world_writable_file.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.1.11_find_unowned_files.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.1.12_find_ungrouped_files.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.1.13_find_suid_files.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.1.14_find_sgid_files.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.2.1_remove_empty_password_field.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.2_remove_legacy_passwd_entries.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.3_remove_legacy_shadow_entries.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.4_remove_legacy_group_entries.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.5_find_0_uid_non_root_account.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.2.6_sanitize_root_path.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
6.2.7_users_valid_homedir.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.8_check_user_dir_perm.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.2.9_users_valid_homedir.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.10_check_user_dot_file_perm.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
6.2.11_find_user_forward_files.sh IMP(shellcheck): replace deprecated egrep (SC2196) 2020-12-10 08:20:26 +01:00
6.2.12_find_user_netrc_files.sh IMP(shellcheck): replace deprecated egrep (SC2196) 2020-12-10 08:20:26 +01:00
6.2.13_set_perm_on_user_netrc.sh IMP(shellcheck): replace deprecated egrep (SC2196) 2020-12-10 08:20:26 +01:00
6.2.14_find_user_rhosts_files.sh IMP(shellcheck): replace deprecated egrep (SC2196) 2020-12-10 08:20:26 +01:00
6.2.15_find_passwd_group_inconsistencies.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
6.2.16_check_duplicate_uid.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
6.2.17_check_duplicate_gid.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
6.2.18_check_duplicate_username.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.19_check_duplicate_groupname.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
6.2.20_shadow_group_empty.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 17:11:32 +01:00
8.0_enable_auditd_kernel.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
8.3.1_install_tripwire.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
8.3.2_tripwire_cron.sh IMP(shellcheck): add prefix to follow scripts (SC1090) 2020-12-07 13:26:51 +01:00
99.1_timeout_tty.sh IMP(shellcheck): quote variables (SC2086) 2020-12-04 15:04:22 +01:00
99.2_disable_usb_devices.sh IMP(shellcheck): add curly bracket to var (SC1087) 2020-12-07 13:54:57 +01:00
99.3.1_acc_shadow_sha512.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
99.3.2_acc_sudoers_no_all.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
99.3.4_acc_logindefs_sha512.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
99.5.1_ssh_auth_pubk_only.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
99.5.2.3_ssh_cry_rekey.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
99.5.3_ssh_disable_features.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
99.5.4_ssh_keys_from.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
99.5.5_ssh_strict_modes.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
99.5.6_ssh_sys_accept_env.sh IMP(shellcheck): disable sed replacement (SC2001) 2020-12-10 08:34:57 +01:00
99.5.7_ssh_sys_no_legacy.sh IMP(shfmt): add shell formatter 2020-12-04 14:08:01 +01:00
99.5.8_ssh_sys_sandbox.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00
99.5.9_ssh_loglevel.sh IMP(shellcheck): quote variables (SC2086) 2020-12-07 16:49:11 +01:00