Skip to content

Commit

Permalink
Update controls/SV-230342.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmetzger authored Jan 17, 2025
1 parent a115823 commit 288b02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/SV-230342.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
tag nist: ['AC-7 a']

only_if('This check applies to RHEL versions 8.0 and 8.1. If the system is RHEL version 8.2 or newer, this check is Not Applicable.', impact: 0.0) do
Gem::Version.new(os.release) < Gem::Version.new('8.2')
Gem::Version.new(os.release) <= Gem::Version.new('8.2')
end

pam_auth_files = input('pam_auth_files')
Expand Down

0 comments on commit 288b02e

Please sign in to comment.