bundles/pacman: disable pam_faillock
This commit is contained in:
parent
a4fb9a15b5
commit
65efdc2e2c
2 changed files with 3 additions and 0 deletions
2
bundles/pacman/files/faillock.conf
Normal file
2
bundles/pacman/files/faillock.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# just disable faillock.
|
||||||
|
deny = 0
|
|
@ -10,6 +10,7 @@ files = {
|
||||||
'/etc/upgrade-and-reboot.conf': {
|
'/etc/upgrade-and-reboot.conf': {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
},
|
},
|
||||||
|
'/etc/security/faillock.conf': {},
|
||||||
'/usr/local/sbin/upgrade-and-reboot': {
|
'/usr/local/sbin/upgrade-and-reboot': {
|
||||||
'mode': '0700',
|
'mode': '0700',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue