summaryrefslogtreecommitdiff
path: root/app-i18n/librime/files/librime-1.5.3-log_files_mode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/librime/files/librime-1.5.3-log_files_mode.patch')
-rw-r--r--app-i18n/librime/files/librime-1.5.3-log_files_mode.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/app-i18n/librime/files/librime-1.5.3-log_files_mode.patch b/app-i18n/librime/files/librime-1.5.3-log_files_mode.patch
deleted file mode 100644
index 7a36dea64d24..000000000000
--- a/app-i18n/librime/files/librime-1.5.3-log_files_mode.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://github.com/rime/librime/issues/316
-https://github.com/rime/librime/commit/90839b0b3d47cbfef715ea5f061c7505666ff75d
-
---- /src/rime/setup.cc
-+++ /src/rime/setup.cc
-@@ -35,6 +35,8 @@
-
- RIME_API void SetupLogging(const char* app_name) {
- #ifdef RIME_ENABLE_LOGGING
-+ // Do not allow other users to read/write log files created by current process.
-+ FLAGS_logfile_mode = 0600;
- google::InitGoogleLogging(app_name);
- #endif // RIME_ENABLE_LOGGING
- }