Bug 229543
Summary: | LSPP: odd avc message | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Kylene J Hall <kylene> |
Component: | kernel | Assignee: | Eric Paris <eparis> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.0 | CC: | eparis, iboverma, linda.knippers, sdsmall, sgrubb |
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-03-05 22:39:18 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: | 224041 |
Description
Kylene J Hall
2007-02-21 19:34:50 UTC
Not a bug. SELinux avc messages are only about the permission check itself, not the full operation (syscall audit records are for the latter), and only show you whether the permission was granted by policy or denied by policy. setcurrent is just a check to see whether the task is allowed to change its current context at all, not a check against the new context (the latter is covered by the later dyntransition check, but we never reach that since the context wasn't valid at all). ----- Additional Comments From krisw.com 2007-02-22 15:25 EDT ------- The interface shouldn't report success for invalid operations. I don't think this should be closed but perhaps deferred for a future fix. Internal Status set to 'Waiting on Support' Status set to: Waiting on Tech This event sent from IssueTracker by jwest issue 114371 We should address this against the new development work and not RHEL5. Will close the bug. |