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) --- libpam/include/security/_pam_macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpam') diff --git a/libpam/include/security/_pam_macros.h b/libpam/include/security/_pam_macros.h index e328d989..f7da10a7 100644 --- a/libpam/include/security/_pam_macros.h +++ b/libpam/include/security/_pam_macros.h @@ -73,11 +73,11 @@ do { \ * You have been warned :-) - CG * * to get automated debugging to the log file, it must be created manually. - * _PAM_LOGFILE must exist, mode 666 + * _PAM_LOGFILE must exist and be writable to the programs you debug. */ #ifndef _PAM_LOGFILE -#define _PAM_LOGFILE "/tmp/pam-debug.log" +#define _PAM_LOGFILE "/var/run/pam-debug.log" #endif static void _pam_output_debug_info(const char *file, const char *fn -- cgit v1.2.3