|
86 | 86 | it { should be_readable.by 'owner' } |
87 | 87 | it { should be_writable.by 'owner' } |
88 | 88 | it { should_not be_executable.by 'owner' } |
89 | | - it { should be_readable.by 'group' } |
90 | 89 | it { should_not be_writable.by 'group' } |
91 | 90 | it { should_not be_executable.by 'group' } |
92 | 91 | it { should_not be_readable.by 'other' } |
|
153 | 152 | it { should be_readable.by 'owner' } |
154 | 153 | it { should be_writable.by 'owner' } |
155 | 154 | it { should_not be_executable.by 'owner' } |
156 | | - it { should be_readable.by 'group' } |
157 | 155 | it { should_not be_writable.by 'group' } |
158 | 156 | it { should_not be_executable.by 'group' } |
159 | 157 | it { should_not be_readable.by 'other' } |
|
206 | 204 | it { should be_readable.by 'owner' } |
207 | 205 | it { should be_writable.by 'owner' } |
208 | 206 | it { should_not be_executable.by 'owner' } |
209 | | - it { should be_readable.by 'group' } |
210 | 207 | it { should_not be_writable.by 'group' } |
211 | 208 | it { should_not be_executable.by 'group' } |
212 | 209 | it { should_not be_readable.by 'other' } |
|
260 | 257 | it { should be_readable.by 'owner' } |
261 | 258 | it { should be_writable.by 'owner' } |
262 | 259 | it { should_not be_executable.by 'owner' } |
263 | | - it { should be_readable.by 'group' } |
264 | 260 | it { should_not be_writable.by 'group' } |
265 | 261 | it { should_not be_executable.by 'group' } |
266 | 262 | it { should_not be_readable.by 'other' } |
|
0 commit comments