Bug 741779
Summary: | polipo installs /var/log/polipo but does not own it | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dominick Grift <dominick.grift> |
Component: | polipo | Assignee: | Bernard Johnson <bjohnson> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | bjohnson |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | polipo-1.0.4.1-6.fc16 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-01 19:27:36 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: |
Description
Dominick Grift
2011-09-27 20:57:40 UTC
Lots of packages don't claim ownership of their logs, so I don't think that's what you're really complaining about. The scriptlet however should not create this file. True.this is about labelling for me first and foremost. postinstall scriptlet (using /bin/sh): [ -e /var/log/polipo ] || /bin/touch /var/log/polipo /bin/chmod -f 0640 /var/log/polipo /bin/chown -f polipo:polipo /var/log/polipo /sbin/restorecon /var/log/polipo ..would probably fix that. However i would rather see the file installed if possible. For now, I will run restorecon... Later I will look into eliminating this code altogether. polipo-1.0.4.1-6.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/polipo-1.0.4.1-6.fc16 polipo-1.0.4.1-6.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/polipo-1.0.4.1-6.fc15 Package polipo-1.0.4.1-6.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing polipo-1.0.4.1-6.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-0840/polipo-1.0.4.1-6.fc16 then log in and leave karma (feedback). polipo-1.0.4.1-6.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. polipo-1.0.4.1-6.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. user polipo is not allowed to add directory entries to /var/log which is only writable by user root; https://bugzilla.redhat.com/show_bug.cgi?id=770878#c7 |