Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pam_env: check VENDORDIR after config.h inclusion #739

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

stoeckmann
Copy link
Contributor

The VENDORDIR define has to be checked after config.h inclusion, otherwise the ifdef test always yields false.

Fixes: 6135c45 ("pam_env: Use vendor specific pam_env.conf and environment as fallback")

Spotted while analysing #738.

The VENDORDIR define has to be checked after config.h
inclusion, otherwise the ifdef test always yields false.

Fixes: 6135c45 ("pam_env: Use vendor specific pam_env.conf and environment as fallback")

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
@ldv-alt ldv-alt merged commit 0703453 into linux-pam:master Jan 18, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants