dovecot-2.1: eacces_error(): Removed bogus message about UNIX pe...

dovecot at dovecot.org dovecot at dovecot.org
Fri Jan 20 16:54:28 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/8714ccb35848
changeset: 13961:8714ccb35848
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jan 20 16:54:17 2012 +0200
description:
eacces_error(): Removed bogus message about UNIX perms appearing to be ok.

diffstat:

 src/lib/eacces-error.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 569e1fd8d97e -r 8714ccb35848 src/lib/eacces-error.c
--- a/src/lib/eacces-error.c	Fri Jan 20 16:40:06 2012 +0200
+++ b/src/lib/eacces-error.c	Fri Jan 20 16:54:17 2012 +0200
@@ -254,8 +254,6 @@
 	} else if (missing_mode != 0 &&
 		   (((st.st_mode & 0700) >> 6) & missing_mode) == 0) {
 		str_append(errmsg, ", dir owner missing perms");
-	} else {
-		str_append(errmsg, ", UNIX perms appear ok (ACL/MAC wrong?)");
 	}
 	if (ret == 0 && gr_name != NULL && st.st_gid != getegid()) {
 		if (i_getgrgid(st.st_gid, &group) > 0 &&


More information about the dovecot-cvs mailing list