delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2010/03/10/16:44:00

X-Recipient: archive-cygwin AT delorie DOT com
X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS
X-Spam-Check-By: sourceware.org
To: cygwin AT cygwin DOT com
From: Francis Litterio <flitterio AT gmail DOT com>
Subject: setfacl fails to replace ACLs when given a pathname starting with a drive letter
Date: Wed, 10 Mar 2010 21:43:35 +0000 (UTC)
Lines: 45
Message-ID: <loom.20100310T223730-987@post.gmane.org>
Mime-Version: 1.0
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.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

I notice that setfacl does not change the ACLs of a file when given a pathname
starting with a drive letter (e.g., c:/temp/zzz), but it will work when given a
UNIX-style pathname (e.g., /cygdrive/c/temp/zzz).  Example below.  Is this a
known problem?
--
Fran


$ /bin/ls -l zzz
-rw-r--r--+ 1 littef Domain Users 0 Mar 10 16:39 zzz
$ getfacl zzz
# file: zzz
# owner: littef
# group: Domain Users
user::rw-
group::r--
group:root:rwx
group:SYSTEM:rwx
group:Users:r-x
mask:rwx
other:r--

$ setfacl -s user::rw-,group::r--,other::r-- c:/temp/zzz
$ getfacl zzz
# file: zzz
# owner: littef
# group: Domain Users
user::rw-
group::r--
group:root:rwx
group:SYSTEM:rwx
group:Users:r-x
mask:rwx
other:r--

$ setfacl -s user::rw-,group::r--,other::r-- /cygdrive/c/temp/zzz
$ getfacl zzz
# file: zzz
# owner: littef
# group: Domain Users
user::rw-
group::r--
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

- Raw text -


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