Skip to content
Snippets Groups Projects
  • Bobi Jam's avatar
    25ef3a57
    Branch b1_6 · 25ef3a57
    Bobi Jam authored
    b=12584
    i=adilger
    
    There is a issue with getfacl which just literally find the symbol link
    target with `pwd`+[symbol content], regardless where the link file is
    located.
    
    This fix avoids the issue by chdir to the symbol link's dir before getting it's
    acl list.
    25ef3a57
    History
    Branch b1_6
    Bobi Jam authored
    b=12584
    i=adilger
    
    There is a issue with getfacl which just literally find the symbol link
    target with `pwd`+[symbol content], regardless where the link file is
    located.
    
    This fix avoids the issue by chdir to the symbol link's dir before getting it's
    acl list.