Bug 435403

Summary: getfacl issue dealling with symbol link
Product: Red Hat Enterprise Linux 5 Reporter: Bobi Jam <bobijam>
Component: aclAssignee: Jiri Moskovcak <jmoskovc>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 5.3CC: dfediuck, sct
Target Milestone: rc   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-10 13:14:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bobi Jam 2008-02-29 03:08:09 UTC
Description of problem:

getfacl (btw my getfacl version is 2.2.39, belongs to
acl-2.2.39-1.1) just literally find the link target with `pwd`+[symbol
content], regardless where the link file is located.


How reproducible:

Steps to Reproduce:
1. mkdir d; set an acl list for d.
2. mkdir d/d; set another different acl list for d/d.
3. create a symbol link d/l whose symbol content is 'd'.
4. getfacl --omit-header d/l 
  (during this procedure, don't chdir)
  
Actual results:
acl list of d/d

Expected results:
acl list of d

Comment 1 Jiri Moskovcak 2008-04-10 13:14:18 UTC
According to rhbz#223840 this is fixed in acl-2.2.39-2.1 and this package 
should be available in RHEL-5.1. Closing as duplicate.

*** This bug has been marked as a duplicate of 223840 ***