diff --git a/controls/1_6_mandatory_access_control.rb b/controls/1_6_mandatory_access_control.rb index b705739..e451c85 100644 --- a/controls/1_6_mandatory_access_control.rb +++ b/controls/1_6_mandatory_access_control.rb @@ -94,7 +94,7 @@ end describe command('sestatus') do - its('stdout') { should match /Policy from config file:\s+(targeted|mls)/ } + its('stdout') { should match /(Loaded policy name|Policy from config file):\s+(targeted|mls)/ } end only_if { cis_level == 2 }