Bug 1082603
| Summary: | Default ACLs should not be blindly inherited from parent directory during extraction | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Raiskup <praiskup> |
| Component: | tar | Assignee: | Pavel Raiskup <praiskup> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | kdudka, ovasik, praiskup |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tar-1.26-31.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-06 02:34:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
tar-1.26-31.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/tar-1.26-31.fc20 Package tar-1.26-31.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tar-1.26-31.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-4716/tar-1.26-31.fc20 then log in and leave karma (feedback). tar-1.26-31.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Quickly: You can have set _default_ ACLs on some 'directory' and then extract archive into this directory, e.g. by 'tar --acls -xf archive -C directory'. Currently, the _default_ ACLs of extracted files underneath that directory contain mix of default ACLs from archive and from previous filesystem defaults (inherited from 'directory'). The output should reflect what is in archive. Upstream thread with fix: http://www.mail-archive.com/bug-tar@gnu.org/msg04355.html