From 4e4c7be98e778364e8b03e54a9a672ecee9c1cb7 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Tue, 14 Jan 2025 21:36:00 +0200 Subject: [PATCH] libpamtest: Disable polyinstation in hardened PAM conf --- .github/workflows/pam.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pam.yml b/.github/workflows/pam.yml index 4cba6c3..1b17300 100644 --- a/.github/workflows/pam.yml +++ b/.github/workflows/pam.yml @@ -91,6 +91,7 @@ jobs: run: | ansible-playbook harden.yml --tags pam --skip-tags slackware sudo pam-auth-update --enable access + sudo pam-auth-update --disable polyinstation # Re-create common-auth-matrix sudo rm -v /etc/pam.d/common-auth-matrix ansible-playbook tests/pamtests.yml --tags setup