Skip to content

Commit

Permalink
Correct passwd- check
Browse files Browse the repository at this point in the history
Signed-off-by: Frank van Boven <[email protected]>
  • Loading branch information
fatbasstard committed Oct 24, 2018
1 parent c1a319a commit 06bb6bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controls/6_1_system_file_permissions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 06bb6bf

Please sign in to comment.