# bastill_drift --from_baseline test-baseline
# more /var/opt/sec_mgmt/bastille/log/Assessment/Drift.txt
1,2c1,2
< AccountSecurity.ABORT_LOGIN_ON_MISSING_HOMEDIR="N"
< AccountSecurity.NOLOGIN="N"
---
> AccountSecurity.ABORT_LOGIN_ON_MISSING_HOMEDIR="Y"
> AccountSecurity.NOLOGIN="Y"
5,7c5,8
< AccountSecurity.SU_DEFAULT_PATHyn="N"
< AccountSecurity.create_securetty="N"
< AccountSecurity.hidepasswords="N"
---
> AccountSecurity.SU_DEFAULT_PATH="/sbin:/usr/sbin:/usr/bin"
> AccountSecurity.SU_DEFAULT_PATHyn="Y"
> AccountSecurity.create_securetty="Y"
> AccountSecurity.hidepasswords="Y"
10,11c11,13
< AccountSecurity.system_auditing="N"
< AccountSecurity.umaskyn="N"
---
> AccountSecurity.system_auditing="Y"
> AccountSecurity.umask="027"
> AccountSecurity.umaskyn="Y"
<以下略>
|