~kennylevinsen/greetd#19: 
pam.d hardcoded location doesn't account vendor dirs

Vendors dir for pam.d /usr/etc/pam.d instead of /etc/ don't work with greetd.

UsrEtc packaging guideline

Actually greetd checks for the path absolute path for the pam.d.

which means that it will error out. Workaround is to link /etc/pam.d/greetd to /usr/etc/pam.d/greetd .

for more details see this issue

Status
REPORTED
Submitter
~stdden
Assigned to
No-one
Submitted
3 years ago
Updated
11 months ago
Labels
No labels applied.

~iemaghni 2 years ago

How about the commonly used /usr/lib/pam.d until we find a real solution?

~whynothugo 11 months ago

Is there a way to query whether pam was built with vendordir support and the path to the vendor directory?

~kennylevinsen 11 months ago

Not to my knowledge, and I'm not sure if there's official support for /usr/etc in the first place.

Either way, the "right" way to do this is to remove the probing and thereby decouple greetd from the paths altogether. I just dropped the check for login fallback service, and we should be able to change the greeter service file behavior to not care either.

Register here or Log in to comment, or comment via email.