Changes the default file creation permission to 1600

Somewhat related to #1497.
This commit is contained in:
Felipe Zimmerle 2017-07-25 15:11:27 -03:00
parent 27a8abc052
commit b58c8fe7ed
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -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;