history: make nano's state directory accessible for the user only
parent
4200ed3003
commit
73c7f1cbdc
|
@ -279,7 +279,7 @@ bool have_statedir(void)
|
||||||
mkdir(statepath, S_IRWXU);
|
mkdir(statepath, S_IRWXU);
|
||||||
free(statepath);
|
free(statepath);
|
||||||
}
|
}
|
||||||
if (mkdir(statedir, S_IRWXU | S_IRWXG | S_IRWXO) == -1) {
|
if (mkdir(statedir, S_IRWXU) == -1) {
|
||||||
history_error(N_("Unable to create directory %s: %s\n"
|
history_error(N_("Unable to create directory %s: %s\n"
|
||||||
"It is required for saving/loading "
|
"It is required for saving/loading "
|
||||||
"search history or cursor positions.\n"),
|
"search history or cursor positions.\n"),
|
||||||
|
|
Loading…
Reference in New Issue