Displaying 1 result from an estimated 1 matches for "gen003240".
Did you mean:
  gen003200
  
2009 Jul 27
0
Reporting and documenting in Modules/Classes
...{ "sed -i ''s/chmod 0664/chmod 0640/'' /etc/rc.d/rc.sysinit":
			cwd => "/",
			path => "/bin:/sbin:/usr/bin:/usr/sbin";
		}
		## (GEN002980: CAT II) The SA will ensure the cron.allow
		## file has permissions of 600, or more restrictive.
		## (GEN003240: CAT II) The SA will ensure the owner and
		## group owner of the cron.allow file is root.
		file { "/etc/cron.allow":
				owner => "root",
				group => "root",
				mode  => 600,
				## (GEN003060: CAT II) The SA will ensure default system accounts
(with the...