Bug 1230240
| Summary: | start-ds-admin and dirsrv-admin.service start httpd under different SELinux contexts | ||
|---|---|---|---|
| Product: | Red Hat Directory Server | Reporter: | Viktor Ashirov <vashirov> |
| Component: | Admin | Assignee: | mreynolds |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 10.0 | CC: | arubin, mreynolds, nhosoi, rvdwees, wibrown |
| Target Milestone: | DS10.1 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-admin-1.1.44-1.el7dsrv | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-07 15:38:48 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: | |||
| Bug Depends On: | 1273451 | ||
| Bug Blocks: | |||
|
Description
Viktor Ashirov
2015-06-10 13:25:55 UTC
*** Bug 1280259 has been marked as a duplicate of this bug. *** Builds tested: 389-admin-1.1.44-1.el7dsrv.x86_64 selinux-policy-3.13.1-97.el7.noarch [0 root@qeos-141 ~]# start-ds-admin [0 root@qeos-141 ~]# ps -Zaux | grep [h]ttpd system_u:system_r:httpd_t:s0 root 2969 0.3 0.1 39224 2712 ? S 09:37 0:00 /usr/libexec/nss_pcache 196609 off /etc/dirsrv/admin-serv system_u:system_r:httpd_t:s0 root 2970 0.0 0.4 171004 8880 ? Ss 09:37 0:00 /usr/sbin/httpd -k start -f /etc/dirsrv/admin-serv/httpd.conf system_u:system_r:httpd_t:s0 root 2971 0.0 0.1 166068 2884 ? S 09:37 0:00 /usr/sbin/httpd -k start -f /etc/dirsrv/admin-serv/httpd.conf system_u:system_r:httpd_t:s0 dirsrv 2972 0.6 0.7 777744 14028 ? Sl 09:37 0:00 /usr/sbin/httpd -k start -f /etc/dirsrv/admin-serv/httpd.conf [0 root@qeos-141 ~]# ls /var/run/dirsrv/admin-serv.pid -laZ -rw-r--r--. root root system_u:object_r:dirsrv_var_run_t:s0 /var/run/dirsrv/admin-serv.pid [0 root@qeos-141 ~]# systemctl start dirsrv-admin [0 root@qeos-141 ~]# ps -Zaux | grep [h]ttpd system_u:system_r:httpd_t:s0 root 2969 0.0 0.1 39224 2712 ? S 09:37 0:00 /usr/libexec/nss_pcache 196609 off /etc/dirsrv/admin-serv system_u:system_r:httpd_t:s0 root 2970 0.0 0.4 171004 8880 ? Ss 09:37 0:00 /usr/sbin/httpd -k start -f /etc/dirsrv/admin-serv/httpd.conf system_u:system_r:httpd_t:s0 root 2971 0.0 0.1 166068 2884 ? S 09:37 0:00 /usr/sbin/httpd -k start -f /etc/dirsrv/admin-serv/httpd.conf system_u:system_r:httpd_t:s0 dirsrv 2972 0.0 0.7 777744 14028 ? Sl 09:37 0:00 /usr/sbin/httpd -k start -f /etc/dirsrv/admin-serv/httpd.conf [0 root@qeos-141 ~]# ls /var/run/dirsrv/admin-serv.pid -laZ -rw-r--r--. root root system_u:object_r:dirsrv_var_run_t:s0 /var/run/dirsrv/admin-serv.pid Marking as VERIFIED. 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. https://rhn.redhat.com/errata/RHBA-2016-2665.html |