Bug 444922
| Summary: | three AVC messages after default install | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Poelstra <poelstra> |
| Component: | texlive-texmf | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | katzj, olenb, pertusus, pknirsch, wwoods |
| 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: | 2008-05-06 02:39:41 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 235706 | ||
|
Description
John Poelstra
2008-05-01 22:46:44 UTC
This is a te *** Bug 444846 has been marked as a duplicate of this bug. *** John, just to be sure, do you have texlive-2007-29 and texlive-2007-20 installed what shows the described problem? I assumed I fixed that in texlive-2007-29. It will take me a bit to get to the virtual host and check on the packages there. I did a very simple anaconda install of 20080501 selecting the "Desktop" group w/ NO customization. The version of texlive tagged for f9-final is currently texlive-2007-28.fc9. If you'd like newer tagged, please send rationale to rel-eng http://fedoraproject.org/wiki/ReleaseEngineering/FinalFreezePolicy Just did a fresh install of 20080502 rawhide. I completed a default install (selecting the desktop group only) and ran gnome-terminal and firefox and then the host sat there for a while. When I came back I saw the three AVCs above. I'm guessing cron kicked off tmpwatch which then triggered the AVCs? Here is what is installed: [root@localhost ~]# rpm -qa |grep -i tex | sort gettext-0.17-4.fc9.i386 libtextcat-2.2-5.fc9.i386 openoffice.org-writer2latex-0.5-2.fc9.i386 texinfo-4.11-5.fc9.i386 texinfo-tex-4.11-5.fc9.i386 texlive-2007-28.fc9.i386 texlive-dvips-2007-28.fc9.i386 texlive-latex-2007-28.fc9.i386 texlive-texmf-2007-20.fc9.noarch texlive-texmf-dvips-2007-20.fc9.noarch texlive-texmf-errata-2007-4.fc9.noarch texlive-texmf-errata-dvips-2007-4.fc9.noarch texlive-texmf-errata-fonts-2007-4.fc9.noarch texlive-texmf-errata-latex-2007-4.fc9.noarch texlive-texmf-fonts-2007-20.fc9.noarch texlive-texmf-latex-2007-20.fc9.noarch texlive-utils-2007-28.fc9.i386 tex-preview-11.85-7.fc9.noarch After doing an install with -29 in my package set, it looks like I'm still going to hit this as the contents of /var/lib/texmf/web2c are still labeled rpm_script_t. Also, there's now an error in the install.log from the %post of texlive-texmf-fonts Installing texlive-texmf-fonts No such file or directory error: %post scriptlet failed, exit status 1 The three directories involved are not owned by any package; I assume they're created by the %post script of one of the texlive packages but I have no idea which. Since texlive-texmf-fonts does the restorecon in its %post, those directories must be getting created after that happens. Checking my install.log that leaves the following texlive packages: texlive texlive-dvips texlive-latex texlive-texmf-latex Please try it again with the new packages: 1) texlive-2007-30.fc9 http://koji.fedoraproject.org/koji/taskinfo?taskID=596593 2) texlive-texmf-2007-22.fc9 http://koji.fedoraproject.org/koji/taskinfo?taskID=596580 With those packages, the data in /var/lib/texmf/web2c is labelled tetex_data_t. Moreover, manually invoking the tmpwatch and texlive cron jobs show no errors. Submitting as non-scratch builds. Confirmed - an install with the scratch builds added as an extra repo had no scriptlet errors and none of the SELinux problems mentioned here. Thanks for testing. Closing RAWHIDE as everything seems to be done now. |