Bug 107610
| Summary: | memtest86 RPM creates /usr/share/doc/memtest86-3.0 with incorrect permissions | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andreas Luik <andreas.luik> |
| Component: | memtest86 | Assignee: | Michael Fulbright <msf> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-10-21 14:58:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Fixed in -2 |
Description of problem: The memtest86-3.0-1.i386.rpm specifies the directory /usr/share/doc/memtest86-3.0 to have 0644 permissions, instead of 0755. Therefore, non-root users cannot access the documentation files in /usr/share/doc/memtest86-3.0 after installation. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. rpm -i memtest86-3.0-1.i386.rpm 2. ls -ld /usr/share/doc/memtest86-3.0 Actual results: drw-r--r-- 2 root root 4096 Oct 21 09:20 /usr/share/doc/memtest86-3.0 Expected results: drwxr-xr-x 2 root root 4096 Oct 21 09:20 /usr/share/doc/memtest86-3.0 Additional info: