Skip to content

Commit dd253fc

Browse files
authored
Fixes SeIncreaseQuotaPrivilege (#44)
Signed-off-by: imjoseangel <josea.munoz@gmail.com>
1 parent de8cdcd commit dd253fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

controls/local_policies.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@
104104
ref 'Umsetzungshinweise zum Baustein SYS.1.2.2: Windows Server 2012', url: 'https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Grundschutz/IT-Grundschutz-Modernisierung/UH_Windows_Server_2012.html'
105105
ref 'Center for Internet Security', url: 'https://www.cisecurity.org/'
106106
describe security_policy do
107-
its('SeIncreaseQuotaPrivilege') { should include 'S-1-5-19' }
108-
its('SeIncreaseQuotaPrivilege') { should include 'S-1-5-20' }
109-
its('SeIncreaseQuotaPrivilege') { should include 'S-1-5-32-544' }
107+
its('SeIncreaseQuotaPrivilege') { should eq ['S-1-5-19', 'S-1-5-20', 'S-1-5-32-544'] }
110108
end
111109
end
112110

0 commit comments

Comments
 (0)