Bug 187268
| Summary: | permissions on TLS_LICENSE should be 0644, not 0755 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew J. Schorr <aschorr> | ||||
| Component: | postfix | Assignee: | Thomas Woerner <twoerner> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5 | CC: | curtis | ||||
| 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: | 2007-07-24 13:12:21 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: | |||||||
| Attachments: |
|
||||||
Created attachment 127007 [details]
Fix the file attributes for %{postfix_config_dir}/TLS_LICENSE
This is such an easy fix. Why has it not shown up in rawhide in over 4 months? # rpm -V postfix .M...... /etc/postfix/TLS_LICENSE Of course postfix will fix your bug upon install. But please make the packaged perms match what the postfix author intends. # grep TLS_LICENSE /etc/postfix/postfix-files $config_directory/TLS_LICENSE:f:root:-:644 Fixed in devel in package postfix-2.3.3-1 or newer. |
Description of problem: postfix.spec file has wrong file permissions for %{postfix_config_dir}/TLS_LICENSE (should be 0644, not 0755). Version-Release number of selected component (if applicable): How reproducible: When you verify the rpm (rpm --verify postfix), it complains that the mode is incorrect on /etc/postfix/TLS_LICENSE: .M...... /etc/postfix/TLS_LICENSE Steps to Reproduce: 1. rpm --verify postfix 2. ls -l /etc/postfix/TLS_LICENSE 3. Actual results: Expected results: Additional info: