diff options
Diffstat (limited to 'src/core/log.h')
-rw-r--r-- | src/core/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/log.h b/src/core/log.h index 8631c7a5..7bee63d3 100644 --- a/src/core/log.h +++ b/src/core/log.h @@ -1,7 +1,7 @@ #ifndef __LOG_H #define __LOG_H -#define LOG_DIR_CREATE_MODE 0770 +#define LOG_DIR_CREATE_MODE 0700 enum { LOG_ITEM_TARGET, /* channel, query, .. */ |