bundles/pacman: disable pam_faillock

This commit is contained in:
Franzi 2022-03-13 08:41:22 +01:00
parent a4fb9a15b5
commit 65efdc2e2c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# just disable faillock.
deny = 0

View file

@ -10,6 +10,7 @@ files = {
'/etc/upgrade-and-reboot.conf': {
'content_type': 'mako',
},
'/etc/security/faillock.conf': {},
'/usr/local/sbin/upgrade-and-reboot': {
'mode': '0700',
},