This commit is contained in:
Patrick Schleizer 2022-11-15 12:00:59 -05:00
parent 6033de7815
commit 2872c2ab52
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -3,6 +3,9 @@
## Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org> ## Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions. ## See the file COPYING for copying conditions.
#set -x
#exec 5>&1 1>> ~/pam-info-debug.txt
#exec 6>&2 2>> ~/pam-info-debug.txt
true "$0: START" true "$0: START"
grep_result="$(grep "accessfile=/etc/security/access-security-misc.conf" /etc/pam.d/common-account 2>/dev/null)" grep_result="$(grep "accessfile=/etc/security/access-security-misc.conf" /etc/pam.d/common-account 2>/dev/null)"