summaryrefslogtreecommitdiff
path: root/service/dconf-keyfile-writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'service/dconf-keyfile-writer.c')
-rw-r--r--service/dconf-keyfile-writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/dconf-keyfile-writer.c b/service/dconf-keyfile-writer.c
index 88f0305..f4951bb 100644
--- a/service/dconf-keyfile-writer.c
+++ b/service/dconf-keyfile-writer.c
@@ -207,7 +207,7 @@ dconf_keyfile_writer_begin (DConfWriter *writer,
* again, after mkdir().
*/
dirname = g_path_get_dirname (kfw->lock_filename);
- g_mkdir_with_parents (dirname, 0777);
+ g_mkdir_with_parents (dirname, 0700);
g_free (dirname);
kfw->lock_fd = open (kfw->lock_filename, O_RDWR | O_CREAT, 0666);