Skip to content

gdm-session-worker: Start pam services from defined configuration dir

Marco Trevisan requested to merge 3v1n0/gdm:man-start-confdir into main

GDM options allow to define where the pam services should be installed, so use this directory to load them instead of using the system one as libpam does by default.

This is safer since we are sure we are loading the profiles in the prefix gdm is installed only, and also helps running gdm in jhbuild :)

Merge request reports