Bug 442054
| Summary: | audit + prelude AVCs | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | LC Bruzenak <lenny> | ||||||||
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | rawhide | CC: | dwalsh, jkubin, sgrubb | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | i686 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2008-04-14 18:01:07 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: |
|
||||||||||
|
Description
LC Bruzenak
2008-04-11 14:38:13 UTC
Created attachment 302128 [details]
audisp-prelude avc
Created attachment 302129 [details]
ausearch avc
Created attachment 302130 [details]
prelude avc
This looks like a labeling problem. prelude-manager is running as initrc_t rather then the correct context. What is it labeled? Also staff_t should not be allowed to look at audit data, so the second avc's are caused by you not transitioning to sysadm_r:sysadm_t The other problem is prelude policy is not included in mls policy. I will add and update Fixed in selinux-policy-3.3.1-35.fc9 (In reply to comment #4) > This looks like a labeling problem. prelude-manager is running as initrc_t > rather then the correct context. What is it labeled? > > Also staff_t should not be allowed to look at audit data, so the second avc's > are caused by you not transitioning to sysadm_r:sysadm_t > prelude-manager is labeled: [lenny@sun ~]$ ls -alZ /usr/bin/prelude-manager -rwxr-xr-x root root system_u:object_r:bin_t:SystemLow /usr/bin/prelude-manager [lenny@sun ~]$ ps -eadflZ | grep prelude-manager system_u:system_r:initrc_t:SystemLow-SystemHigh 1 S root 2082 1 0 80 0 - 8864 sys_po 12:03 ? 00:00:01 prelude-manager -d user_u:user_r:user_t:SystemLow 0 S lenny 3514 3473 0 80 0 - 1041 pipe_w 15:28 pts/1 00:00:00 grep prelude-manager |