diff --git a/controls/6_1_system_file_permissions.rb b/controls/6_1_system_file_permissions.rb index ff33b20..251dcf5 100644 --- a/controls/6_1_system_file_permissions.rb +++ b/controls/6_1_system_file_permissions.rb @@ -181,10 +181,8 @@ it { should be_readable.by 'owner' } it { should be_writable.by 'owner' } it { should_not be_executable.by 'owner' } - it { should_not be_readable.by 'group' } it { should_not be_writable.by 'group' } it { should_not be_executable.by 'group' } - it { should_not be_readable.by 'other' } it { should_not be_writable.by 'other' } it { should_not be_executable.by 'other' } its(:uid) { should cmp 0 }