@@ -396,17 +396,6 @@ ubtu20cis_tmp_fstab_options: "defaults,rw,nosuid,nodev,noexec,relatime"
396396# To conform to CIS control 1.1.9 noexec needs to be present
397397ubtu20cis_dev_shm_fstab_options : " defaults,noexec,nodev,nosuid"
398398
399- # Control 1.1.12/1.1.13/1.1.14
400- # These are the settings for the /var/tmp mount
401- # To conform to CIS control 1.1.12 nodev needs to be present in opts
402- # To conform to CIS control 1.1.13 nosuid needs to be present in opts
403- # To conform to CIS control 1.1.14 noexec needs to be present in opts
404- ubtu20cis_vartmp :
405- source : /tmp
406- fstype : none
407- opts : " defaults,nodev,nosuid,noexec,bind"
408- enabled : false
409-
410399# Control 1.3.1 - allow aide to be configured
411400ubtu20cis_config_aide : true
412401
@@ -431,14 +420,14 @@ ubtu20cis_aide_cron:
431420ubtu20cis_set_grub_password : true
432421ubtu20cis_grub_user_file : /etc/grub.d/40_custom
433422ubtu20cis_grub_users : root
434- ubtu20cis_grub_pw : " grub.pbkdf2.sha512.10000.ChangeMe "
423+ ubtu20cis_grub_pw : " grub.pbkdf2.sha512.10000"
435424# Change the following value to true if you wish to be prompted to get past grub bootloader
436425ubtu20cis_ask_passwd_to_boot : false
437426
438427# 1.4.4
439428# note this needs to be in the encrypted format
440429ubtu20cis_set_root_password : true
441- ubtu20cis_root_pw : $6$this_is_needs_to_be_changed
430+ ubtu20cis_root_pw : $6$
442431
443432# 1.7.1
444433# disable dynamic motd to stop extra sshd message from appearing
@@ -454,7 +443,7 @@ ubtu20cis_warning_banner: |
454443# Control 2.1.1.1
455444# ubtu20cis_time_sync_tool is the tool in which to synchronize time
456445# The two options are chrony, ntp, or systemd-timesyncd
457- ubtu20cis_time_sync_tool : " ntp "
446+ ubtu20cis_time_sync_tool : " chrony "
458447
459448# Control 2.1.1.2
460449# ubtu20cis_ntp_server_list is the list ntp servers
@@ -504,7 +493,7 @@ ubtu20cis_ufw_allow_out_ports:
504493
505494ufw_add_incoming : false
506495ubtu20cis_ufw_allow_in :
507- - ports : 22
496+ - port : 22
508497 from : any
509498 proto : tcp
510499
0 commit comments