From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124789 invoked by alias); 23 Mar 2015 08:57:17 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 124780 invoked by uid 89); 23 Mar 2015 08:57:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.15.19) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 23 Mar 2015 08:57:15 +0000 Received: from vmdebian.local.koeppe-net.de ([87.172.226.232]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MexFh-1YtPlm119l-00OVyH; Mon, 23 Mar 2015 09:57:11 +0100 Date: Mon, 23 Mar 2015 09:11:00 -0000 From: Martin Koeppe To: cygwin@cygwin.com, fetchmail-users@lists.sourceforge.net Subject: cygwin 1.7.35 reads file permissions differently, affects fetchmail Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="118096395-1327402803-1427100650=:14799" Content-ID: X-UI-Out-Filterresults: notjunk:1; X-SW-Source: 2015-03/txt/msg00387.txt.bz2 --118096395-1327402803-1427100650=:14799 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-15; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: Content-length: 1514 Hi all, I just updated from cygwin 1.7.32 to 1.7.35, and now file permissions are calculated differently, which breaks fetchmail for me: Here are the Windows permissions: (no permissions for Domain Users / Dom=E4nen-Benutzer) $ cacls fetchmailrc.txt D:\fetchmail\fetchmailrc.txt NT-AUTORIT.T\SYSTEM:(ID)F NT-AUTORIT.T\LOKALER DIENST:(ID)C DOMAENE\LocalAdmin:(ID)F VORDEFINIERT\Administratoren:(ID)F cygwin-1.7.32 $ ls -l -rwx------+ 1 LocalService Dom=E4nen-Benutzer 1932 15. Aug 2014=20 fetchmailrc.txt cygwin-1.7.35 $ ls -l -rwxrwx---+ 1 LocalService Dom=E4nen-Benutzer 1932 15. Aug 2014=20 fetchmailrc.txt Now, there are group permissions set. For me it breaks fetchmail,=20 because fetchmail only runs when the config file is owned by the user=20 running fetchmail (LocalService in my case, a system user I never can=20 login with) and with max 0700 permissions. While this check is ok/good=20 for Unix, because you still can view/edit the file as user root, you=20 now can't anymore as Administrator on Windows. So cygwin's old calculation helped me to get it working that both=20 fetchmail is happy as the file is only accessible by the user running=20 fetchmail and I am happy to be able to change the file as=20 Administrator. This seems now broken, or is there still a possibility=20 to do that? @fetchmail's maintainers: Is it possible/desired/ok to disable this check on Cygwin? Thanks Martin --118096395-1327402803-1427100650=:14799 Content-Type: text/plain; charset=us-ascii Content-length: 218 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --118096395-1327402803-1427100650=:14799--