Bug 848743 - svnserve runs as initrc_t
Summary: svnserve runs as initrc_t
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: selinux-policy
Version: 5.9
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Miroslav Grepl
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks: 848708
TreeView+ depends on / blocked
 
Reported: 2012-08-16 10:50 UTC by Milos Malik
Modified: 2017-08-14 16:40 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-20 08:39:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Milos Malik 2012-08-16 10:50:06 UTC
Description of problem:


Version-Release number of selected component (if applicable):
selinux-policy-minimum-2.4.6-331.el5
selinux-policy-devel-2.4.6-331.el5
selinux-policy-targeted-2.4.6-331.el5
selinux-policy-2.4.6-331.el5
selinux-policy-strict-2.4.6-331.el5
selinux-policy-mls-2.4.6-331.el5
subversion-1.6.11-10.el5_8

How reproducible:
always

Steps to Reproduce:
# run_init service svnserve status
Authenticating root.
Password: 
svnserve is stopped
# run_init service svnserve start
Authenticating root.
Password: 
Starting svnserve:                                         [  OK  ]
# ps -efZ | grep svnserve
user_u:system_r:initrc_t        root     12389     1  0 12:38 ?        00:00:00 /usr/bin/svnserve --daemon --pid-file=/var/run/svnserve.pid
root:system_r:unconfined_t:SystemLow-SystemHigh root 12392 2823  0 12:38 pts/0 00:00:00 grep svnserve
# 

Actual results:
* svnserve runs as initrc_t

Expected results:
* svnserve runs in its own SELinux domain

Comment 1 Miroslav Grepl 2012-08-20 08:39:52 UTC
I believe we should stay with initrc_t for all these services for RHEL5. 

Basically I can backport policies but we would need to make this policy as unconfined.

Also we don't see any issues with these services running as initrc.


Note You need to log in before you can comment on or make changes to this bug.