Merge "Disable pam_loguinuid for crond" into stable/wallaby

This commit is contained in:
Zuul 2023-07-07 16:26:04 +00:00 committed by Gerrit Code Review
commit 85333b0cc4
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: sed -ri '/^session(\s)+required(\s+)pam_loginuid.so$/d' /etc/pam.d/crond
tcib_packages:
common:
- cronie

View File

@ -1,5 +1,6 @@
tcib_actions:
- run: dnf install -y {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: sed -ri '/^session(\s)+required(\s+)pam_loginuid.so$/d' /etc/pam.d/crond
tcib_packages:
common:
- cronie