delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/07/22/03:37:11

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Date: Thu, 22 Jul 2010 09:36:50 +0200
From: Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: remove alternate access method / access control list
Message-ID: <20100722073650.GD8324@calimero.vinschen.de>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <AANLkTil9c8b1KpYm1Pyrlv3LYEQ1rL-87H5khqdHSpOk AT mail DOT gmail DOT com> <4C473657 DOT 7060209 AT redhat DOT com>
MIME-Version: 1.0
In-Reply-To: <4C473657.7060209@redhat.com>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

On Jul 21 12:03, Eric Blake wrote:
> On 07/21/2010 11:44 AM, Fred Wheeler wrote:
> > chmod affects the access permissions according to the ntsec system,
> > but has no effect on this alternate access method.
> 
> This is possibly a bug in cygwin.  POSIX says:
> [...]
> That is, calling chmod() to change bits should also have the effect of
> removing ACLs, per POSIX (although POSIX appears to be silent about the
> case of calling chmod() to set the bits to the value they already have).
> 
> But you would need to test this on Linux, to see if cygwin behaves the
> same as Linux in this regard, [...]

  $ uname -sr
  Linux 2.6.33.6-147.fc13.x86_64
  $ touch foo
  $ ls -l foo
  -rw-r--r--. 1 corinna vinschen 0 Jul 22 08:57 foo
  [~]$ setfacl -m g:users:rw- foo
  [~]$ ls -l foo
  -rw-rw-r--+ 1 corinna vinschen 0 Jul 22 08:57 foo
  [~]$ chmod 600 foo
  [~]$ ls -l foo
  -rw-------+ 1 corinna vinschen 0 Jul 22 08:57 foo
  [~]$ getfacl foo
  # file: foo
  # owner: corinna
  # group: vinschen
  user::rw-
  group::r--                      #effective:---
  group:users:rw-                 #effective:---
  mask::---
  other::---


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019