Bug 594745
Summary: | dirsrv_lib_t is causing AVC messages from prelink | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] 389 | Reporter: | Daniel Walsh <dwalsh> | ||||||
Component: | Directory Server | Assignee: | Nathan Kinder <nkinder> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 1.2.6 | CC: | amsharma, jgalipea, nhosoi, nkinder, rmeggins | ||||||
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: | 2015-12-07 17:17:02 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: | 543590, 639035 | ||||||||
Attachments: |
|
Description
Daniel Walsh
2010-05-21 13:44:02 UTC
I suppose there is not a compelling reason that dirsrv_lib_t is needed, though I would need to do some testing to see how easily that label could be removed. I suppose the alternative is to add an interface macro to allow prelink to deal with dirsrv_lib_t labeled libraries? Is there any precedent for this approach? Created attachment 436332 [details]
ds patch
Created attachment 436333 [details]
admin patch
Pushed ds patch to master: Counting objects: 11, done. Delta compression using 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 672 bytes, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git f87b2ba..b0b88c2 master -> master Pushed ds patch to 389-ds-base-1.2.6 branch: Counting objects: 11, done. Delta compression using 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 670 bytes, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/ds.git 34c4ab7..2719431 126-local -> 389-ds-base-1.2.6 Pushed admin patch to master: Counting objects: 9, done. Delta compression using 2 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 676 bytes, done. Total 5 (delta 3), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/389/admin.git 56824d9..9976cb3 master -> master coverity/Fedora related? Can I verify this with RHDS? (In reply to comment #6) > coverity/Fedora related? > Can I verify this with RHDS? SELinux related. Running 389-ds-base on RHEL6.1 with SELinux Enforcing should show no AVCs related to directory server. [root@rhel61 lib64]# ps -aef | grep slapd nobody 7266 1 0 Jun13 ? 00:00:22 /usr/sbin/ns-slapd -D /etc/dirsrv/slapd-rhel61 -i /var/run/dirsrv/slapd-rhel61.pid -w /var/run/dirsrv/slapd-rhel61.startpid root 7907 7071 0 11:42 pts/0 00:00:00 grep slapd [root@rhel61 lib64]# getenforce Enforcing [root@rhel61 lib64]# vim /var/log/dirsrv/slapd-rhel61/errors NO AVC error found. Hence marking as VERIFIED. |