Description of problem: When files and directories have an ACL set on them, ls -l correctly displays + at the end of the permissions string, but ls -Z does not, giving an incorrect indication of how to interpret the regular permissions of the file. Version-Release number of selected component (if applicable): coreutils-6.12-18.fc10.x86_64 Steps to Reproduce: 1. setfacl -m u:user:r file 2. ls -l file 3. ls -Z file Actual results: [sbonnevi]$ ls -l file -rw-r-----+ 1 sbonnevi sbonnevi 0 2009-02-25 10:10 file [sbonnevi]$ ls -Z file -rw-r----- sbonnevi sbonnevi unconfined_u:object_r:user_home_t:s0 file Expected results: [sbonnevi]$ ls -l file -rw-r-----+ 1 sbonnevi sbonnevi 0 2009-02-25 10:10 file [sbonnevi]$ ls -Z file -rw-r-----+ sbonnevi sbonnevi unconfined_u:object_r:user_home_t:s0 file
coreutils-6.12-19.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/coreutils-6.12-19.fc10
Thanks for report, not only ACL missing, but column width deformed as well ... both things fixed in Rawhide (coreutils-7.1-4.fc11)
coreutils-6.10-34.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/coreutils-6.10-34.fc9
coreutils-6.12-19.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
coreutils-6.10-35.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.