You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/os_spec.rb
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,9 @@
73
73
control'os-01'do
74
74
impact1.0
75
75
title'Trusted hosts login'
76
-
desc"Rhosts/hosts.equiv files are a weak implemenation of authentication. Disabling the .rhosts and hosts.equiv support helps to prevent users from subverting the system's normal access control mechanisms of the system."
desc"hosts.equiv file is a weak implemenation of authentication. Disabling the hosts.equiv support helps to prevent users from subverting the system's normal access control mechanisms of the system."
77
+
describefile('/etc/hosts.equiv')do
78
+
it{should_notexist}
82
79
end
83
80
end
84
81
@@ -217,8 +214,7 @@
217
214
impact1.0
218
215
title'Check for .rhosts and .netrc file'
219
216
desc'Find .rhosts and .netrc files - CIS Benchmark 9.2.9-10'
0 commit comments