changeset 9454:04d841ecb5bf HEAD

eaccess_error*(): Error message updated.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Oct 2009 17:35:16 -0400
parents ead94beba32a
children bd4a6f500c75
files src/lib/eacces-error.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/eacces-error.c	Tue Oct 27 13:11:31 2009 -0400
+++ b/src/lib/eacces-error.c	Tue Oct 27 17:35:16 2009 -0400
@@ -151,7 +151,8 @@
 			if (errno == EACCES)
 				str_printfa(errmsg, " missing +w perm: %s", path);
 		} else
-			str_printfa(errmsg, " UNIX perms seem ok, ACL problem?");
+			str_printfa(errmsg, " UNIX perms appear ok, "
+				    "some security policy wrong?");
 	}
 	str_append_c(errmsg, ')');
 	errno = orig_errno;