summaryrefslogtreecommitdiff
path: root/libpam/include
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:13:30 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-18 11:13:30 +0000
commitd0fdfbbb6df637df2049129a12fd51dd313937e3 (patch)
treeaf321381af8b405ffc01c1ce5850dcc25e153891 /libpam/include
parent61453cd289e5bcf6f0c87ede494fa54e4e282456 (diff)
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)
Diffstat (limited to 'libpam/include')
-rw-r--r--libpam/include/security/_pam_macros.h4
1 files changed, 2 insertions, 2 deletions
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