Skip to content

Commit 4f62bd3

Browse files
committed
chown back to root
Signed-off-by: Spencer Owen <spencer.owen@cdw.com>
1 parent d2c3fc9 commit 4f62bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/5_4_user_accounts_and_environments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
tag level: 1
177177

178178
describe passwd.users('root') do
179-
it { should be_grouped_into 'root' }
179+
its('gids') { should cmp 0 }
180180
end
181181
end
182182

0 commit comments

Comments
 (0)