mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-24 08:50:37 -04:00
Avoid faillock lock/tally reset on reboot or timeout
This commit is contained in:
parent
b6433309fd
commit
690e8dd826
6 changed files with 37 additions and 17 deletions
3
debian/security-misc.postinst
vendored
3
debian/security-misc.postinst
vendored
|
@ -52,6 +52,9 @@ case "$1" in
|
|||
|
||||
## /usr/share/glib-2.0/schemas/30_security-misc.gschema.override
|
||||
glib-compile-schemas /usr/share/glib-2.0/schemas || true
|
||||
|
||||
## state dir for faillock
|
||||
mkdir -p /var/lib/security-misc/faillock
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue