aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index bbab87e3..28ca4c8e 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -260,7 +260,7 @@ const char *pathname; /* pathname for the configuration file */
}
if (statbuf.st_mode & ~(S_IFREG | S_IREAD | S_IWRITE)) {
- fprintf(stderr, "File %s must have no more than -rw------ permissions.\n",
+ fprintf(stderr, "File %s must have no more than -rw------ (0600) permissions.\n",
pathname);
return(PS_AUTHFAIL);
}