Bug 912709
| Summary: | When create jenkins app, there will be some AVC message in audit.log | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | xjia <xjia> |
| Component: | Containers | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.1.1 | CC: | gpei, libra-onpremise-devel, lmeyer, pruan, xtian |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-09 18:59:01 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: | |||
|
Description
xjia
2013-02-19 13:32:26 UTC
Does this denial actually cause a breakage from the user's perspective? I only created jenkins app and access the app. No other things. But now, it doesn't exist. Don't know why. OK, we'll leave this at low severity but plan on fixing it with the next minor release. I believe updated selinux-policy may have addressed this at least for OSE 1.2. Can you please test? Test jenkins application on 1.2 RC2 puddle: http://download.lab.bos.redhat.com/rel-eng/OpenShiftEnterprise/1.2/2013-06-26.3/ selinux-policy-targeted-3.7.19-195.el6_4.10.noarch selinux-policy-3.7.19-195.el6_4.10.noarch During the jenkins app creation and embedding process, there would not be any AVC denied message shown out, so this bug could be verified. But in the end of jenkins build, it would generate avc denial in audit.log, not sure whether it has any relationship with this bug, or it's another new bug. Here's the reproduce step: 1. Create a php app and jenkins app, embed jenkins-client to php app 2. Make some changes in the php app git repo to trigger jenkins build 3. Monitoring the audit.log on the node, avc denial would be generated once the build action completed as "SUCCESS" [root@node1 ~]# tailf /var/log/audit/audit.log |grep avc type=AVC msg=audit(1372654405.272:100925): avc: denied { getattr } for pid=29079 comm="java" path="/proc/mtrr" dev=proc ino=4026531957 scontext=unconfined_u:system_r:openshift_t:s0:c1,c382 tcontext=system_u:object_r:mtrr_device_t:s0 tclass=file Move this bug to VERIVIED due to the related issue has been resolved. About the new issue mentioned in Comment 6, do you think it is necessary to file a new bug to trace that? Thanks! I vote we track the issue in Comment #6 as a new bug against 1.2.1. A new bug was filed to track the new issue: https://bugzilla.redhat.com/show_bug.cgi?id=980353 Thanks Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1032.html |