From b58c8fe7ed4cb019694f76942212dbbb1299808b Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Tue, 25 Jul 2017 15:11:27 -0300 Subject: [PATCH] Changes the default file creation permission to 1600 Somewhat related to #1497. --- headers/modsecurity/audit_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/modsecurity/audit_log.h b/headers/modsecurity/audit_log.h index 79d96eb1..846d6187 100644 --- a/headers/modsecurity/audit_log.h +++ b/headers/modsecurity/audit_log.h @@ -193,7 +193,7 @@ class AuditLog { | FAuditLogPart | HAuditLogPart | ZAuditLogPart; int m_filePermission; - int m_defaultFilePermission = 0600; + int m_defaultFilePermission = 1600; int m_directoryPermission; int m_defaultDirectoryPermission = 1872;