diff -r fc8b9d3e66d4 surf.c --- a/surf.c Wed Feb 01 15:23:39 2012 +0100 +++ b/surf.c Fri Feb 10 11:46:18 2012 -0500 @@ -127,7 +127,7 @@ apath = g_strconcat(g_get_home_dir(), "/", path, NULL); if((p = strrchr(apath, '/'))) { *p = '\0'; - g_mkdir_with_parents(apath, 0755); + g_mkdir_with_parents(apath, 0700); *p = '/'; } /* creating file (gives error when apath ends with "/") */