Description of problem: getfacl exits 0 upon failure, and nonzero when it succeeds Version-Release number of selected component (if applicable): $ getfacl --version getfacl 2.2.39 $ rpm -qf /usr/bin/getfacl acl-2.2.39-3.fc7 How reproducible: always Steps to Reproduce: $ touch k; getfacl k >&/dev/null || echo bug bug $ getfacl /no-file >&/dev/null && echo bug bug Actual results: see above Expected results: no output from those two commands Additional info: patch attached
Created attachment 150354 [details] apply this patch on top of acl-2.2.39-walk.patch
Fixed in rawhide in package acl-2.2.39-3.1.
*** Bug 230579 has been marked as a duplicate of this bug. ***