Enable PAM support for dtlogin and dtsession.

This commit is contained in:
Liang Chang
2021-01-31 05:37:52 +08:00
committed by Jon Trulson
parent 678c85021a
commit a4d81ecbaa
6 changed files with 59 additions and 6 deletions

View File

@@ -1523,12 +1523,21 @@ programs/dtfile/dtcopy/dtfile_copy
mode = 0555
}
#
#ifdef HAS_PAM_LIBRARY
programs/dtsession/dtsession
{ default
install_target = /usr/dt/bin/dtsession
owner = root
mode = 0555
}
#else
programs/dtsession/dtsession
{ default
install_target = /usr/dt/bin/dtsession
owner = root
mode = 04555
}
#endif
#
programs/dtsession/dtloadresources
{ default