
Add charmhelpers.contrib.hardening and calls to install, config-changed, upgrade-charm and update-status hooks. Also add new config option to allow one or more hardening modules to be applied at runtime. Change-Id: Icf48829e010d35d7d7a4ccd547eae6a8c511c04e
15 lines
569 B
Plaintext
15 lines
569 B
Plaintext
###############################################################################
|
|
# WARNING: This configuration file is maintained by Juju. Local changes may
|
|
# be overwritten.
|
|
###############################################################################
|
|
Name: tally2 lockout after failed attempts enforcement
|
|
Default: yes
|
|
Priority: 1024
|
|
Conflicts: cracklib
|
|
Auth-Type: Primary
|
|
Auth-Initial:
|
|
required pam_tally2.so deny={{ auth_retries }} onerr=fail unlock_time={{ auth_lockout_time }}
|
|
Account-Type: Primary
|
|
Account-Initial:
|
|
required pam_tally2.so
|