On Wed, Feb 05, 2014 at 09:07:34PM +0100, Oskar Liljeblad wrote:

> It seems to occur in 3.8.7-1 as well. The check is in config.c:
> 
>                 if ((sb.st_mode & 07533) != 0400) {
>                         message(MESS_DEBUG,
>                                 "Ignoring %s because of bad file mode.\n",
>                                 configFile);
>                         close(fd);
>                         return 0;
>                 }

The check is "Does the file mode make this file unreadable by its owner?"

It's probably a desirable check.  I do agree that the message priority
should be higher.

-- 
Paul Martin <p...@debian.org>


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to