From d0fdfbbb6df637df2049129a12fd51dd313937e3 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 18 Aug 2005 11:13:30 +0000 Subject: Relevant BUGIDs: none Purpose of commit: new feature Commit summary: --------------- Use modules.map as linker version map for all PAM modules Use /var/run for debug output instead of /tmp (Patches from ALT Linux/OWL) --- modules/modules.map | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/modules.map (limited to 'modules/modules.map') diff --git a/modules/modules.map b/modules/modules.map new file mode 100644 index 00000000..2234aa40 --- /dev/null +++ b/modules/modules.map @@ -0,0 +1,11 @@ +{ + global: + pam_sm_acct_mgmt; + pam_sm_authenticate; + pam_sm_chauthtok; + pam_sm_close_session; + pam_sm_open_session; + pam_sm_setcred; + local: *; +}; + -- cgit v1.2.3