Skip to content

Commit

Permalink
Merge pull request #11988 from mpurg/ubuntu2204_disable_smartcard_pam…
Browse files Browse the repository at this point in the history
…_remediation

Disable remediation for smartcard_pam_enabled on Ubuntu 22.04
dodys authored May 13, 2024
2 parents 1e4eee3 + 04c09a5 commit 82f2eea
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = multi_platform_sle,multi_platform_ubuntu
# platform = multi_platform_sle,Ubuntu 20.04
# reboot = false
# strategy = restrict
# complexity = low
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = multi_platform_sle,multi_platform_ubuntu
# platform = multi_platform_sle,Ubuntu 20.04
{{% if 'ubuntu' in product %}}
{{{ bash_ensure_pam_module_option('/etc/pam.d/common-auth', 'auth', '[success=2 default=ignore]', 'pam_pkcs11.so', '', '', '# here are the per-package modules') }}}
{{% else %}}

0 comments on commit 82f2eea

Please sign in to comment.