John Darrington <[email protected]> writes: > + /* Get the name of the directory for user configuration files, then, if it > + doesn't already exist, create it, since we might be the first program > + to want to put files there. */ > + dirname = g_get_user_config_dir (); > + if (stat (dirname, &s) == -1 && errno == ENOENT) > + mkdir (dirname, 0777); > > According to the recommendations at > http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html > We should create the directory with mode 0700.
Thanks for pointing that out. I pushed a fix. -- "MONO - Monochrome Emulation This field is used to store your favorite bit." --FreeVGA Attribute Controller Reference _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
