Skip to content

Commit 06bb6bf

Browse files
committed
Correct passwd- check
Signed-off-by: Frank van Boven <frank@cenotaph.nl>
1 parent c1a319a commit 06bb6bf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

controls/6_1_system_file_permissions.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,8 @@
181181
it { should be_readable.by 'owner' }
182182
it { should be_writable.by 'owner' }
183183
it { should_not be_executable.by 'owner' }
184-
it { should_not be_readable.by 'group' }
185184
it { should_not be_writable.by 'group' }
186185
it { should_not be_executable.by 'group' }
187-
it { should_not be_readable.by 'other' }
188186
it { should_not be_writable.by 'other' }
189187
it { should_not be_executable.by 'other' }
190188
its(:uid) { should cmp 0 }

0 commit comments

Comments
 (0)