From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20114 invoked by alias); 21 May 2015 12:33:41 -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 20106 invoked by uid 89); 21 May 2015 12:33:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: VSNSBIODMZEDG01.DFO-MPO.GC.CA Received: from vsnsbiodmzedg01.dfo-mpo.gc.ca (HELO VSNSBIODMZEDG01.DFO-MPO.GC.CA) (205.193.112.129) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 21 May 2015 12:33:39 +0000 Received: from VSNSBIOHC02.ENT.dfo-mpo.ca (142.2.10.29) by VSNSBIODMZEDG01.DFO-MPO.GC.CA (142.2.40.129) with Microsoft SMTP Server (TLS) id 14.3.235.1; Thu, 21 May 2015 09:33:58 -0300 Received: from SVNSBIOMBX02.ENT.dfo-mpo.ca ([fe80::9d16:8a3a:333f:517]) by VSNSBIOHC02.ENT.dfo-mpo.ca ([2002:8e02:a1d::8e02:a1d]) with mapi id 14.03.0235.001; Thu, 21 May 2015 09:33:36 -0300 From: "DeTracey, Brendan" To: "cygwin@cygwin.com" Subject: File permissions different inside and outside cygwin root Date: Thu, 21 May 2015 13:05:00 -0000 Message-ID: <22C6A8A4889F0C45B71BF3272671822E8209DB87@SVNSBIOMBX02.ENT.dfo-mpo.ca> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00285.txt.bz2 Is the normal Cygwin behaviour to assign different file permissions outside= of the Cygwin root directory? e.g. $ touch /home/detraceyb/testfile $ ll /home/detraceyb/testfile -rw-r--r-- 1 detraceyb Domain Users 0 May 21 09:20 /home/detraceyb/testfile $ getfacl /home/detraceyb/testfile # file: /home/detraceyb/testfile # owner: detraceyb # group: Domain Users user::rw- group::r-- other:r-- $ touch /cygdrive/c/Temp/testfile $ ll /cygdrive/c/Temp/testfile -rw-rwxr--+ 1 detraceyb Domain Users 0 May 21 09:23 /cygdrive/c/Temp/testfi= le* $ getfacl /cygdrive/c/Temp/testfile # file: /cygdrive/c/Temp/testfile # owner: detraceyb # group: Domain Users user::rw- group::r-- group:root:rwx group:Authenticated Users:rwx group:SYSTEM:rwx group:Users:r-x mask:rwx other:r-- -- 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