mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
ed033b9ac2
* Adds unit test for more security policies Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com> * Fix for secuity_policy resource failing if policy includes single value in string format it returns array instead of string Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com> * Update code comments Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com> --------- Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
14 lines
588 B
Text
14 lines
588 B
Text
[System Access]
|
|
MaximumPasswordAge = 42
|
|
LockoutDuration = -1
|
|
RequireLogonToChangePassword = 0
|
|
NewAdministratorName = "Administrator"
|
|
NewGuestName = "Guest"
|
|
[Registry Values]
|
|
MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Setup\RecoveryConsole\SecurityLevel=4,0
|
|
MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\CachedLogonsCount=1,"10"
|
|
MACHINE\System\CurrentControlSet\Control\Lsa\MSV1_0\NTLMMinServerSec=4,536870912
|
|
[Privilege Rights]
|
|
SeUndockPrivilege = *S-1-5-32-544
|
|
SeRemoteInteractiveLogonRight = *S-1-5-32-544,*S-1-5-32-555
|
|
SeServiceLogonRight = DB2ADMNS,db2admin
|