X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-conf.c;h=02cc2751212a2a0de931fe7a2b9e722b342255e2;hb=a70c4580757c19cd5054a470c2c5d497a1e71b4c;hp=dbcdf0e01f08d94907fedab3e43486e2a874c812;hpb=22f5cb71af029deb1c919b7c6bc958572f8da9f9;p=pspp diff --git a/src/ui/gui/psppire-conf.c b/src/ui/gui/psppire-conf.c index dbcdf0e01f..02cc275121 100644 --- a/src/ui/gui/psppire-conf.c +++ b/src/ui/gui/psppire-conf.c @@ -150,7 +150,7 @@ psppire_conf_init (PsppireConf *conf) to want to put files there. */ dirname = g_get_user_config_dir (); if (stat (dirname, &s) == -1 && errno == ENOENT) - mkdir (dirname, 0777); + mkdir (dirname, 0700); conf->filename = g_strdup_printf ("%s/%s", dirname, "psppirerc");