Merge pull request #19498 from cachedout/linux_facl_2015

Use full arg for getfacl
This commit is contained in:
Mike Place 2015-01-07 16:47:06 -07:00
commit 9f548bfac5

View File

@ -59,7 +59,7 @@ def getfacl(*args, **kwargs):
_raise_on_no_files(*args)
ret = {}
cmd = 'getfacl -p'
cmd = 'getfacl --absolute-names'
if recursive:
cmd += ' -R'
for dentry in args: