summaryrefslogtreecommitdiffstats
path: root/pki/base/tps/src/main/LogFile.cpp
diff options
context:
space:
mode:
authorvakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-08-17 03:46:30 +0000
committervakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-08-17 03:46:30 +0000
commit4ad7f77b5cfe617884d5058f68723b5b998698a6 (patch)
tree80eab66fd737141383fdc449921e45b7646ac025 /pki/base/tps/src/main/LogFile.cpp
parent03b6fed03047d24d7d31343f3143b7407b796454 (diff)
Bugzilla Bug 620925 - CC: auditor needs to be able to download audit logs in the java subsystems
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1201 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/tps/src/main/LogFile.cpp')
-rw-r--r--pki/base/tps/src/main/LogFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/tps/src/main/LogFile.cpp b/pki/base/tps/src/main/LogFile.cpp
index 6bd3f056a..aa883eeaa 100644
--- a/pki/base/tps/src/main/LogFile.cpp
+++ b/pki/base/tps/src/main/LogFile.cpp
@@ -125,7 +125,7 @@ int LogFile::open()
PRFileInfo info;
PR_EnterMonitor(m_monitor);
if (m_fd == NULL) {
- m_fd = PR_Open(m_fname, PR_RDWR | PR_CREATE_FILE | PR_APPEND, 440|220);
+ m_fd = PR_Open(m_fname, PR_RDWR | PR_CREATE_FILE | PR_APPEND, 440|200);
if (m_fd == NULL) {
m_ctx->LogError( "LogFile::open",
__LINE__,