summaryrefslogtreecommitdiffstats
path: root/base/setup
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-08-06 10:25:23 -0400
committerAde Lee <alee@redhat.com>2012-08-06 10:33:25 -0400
commit6a891d92d8e741f8d66ea43cefc1c11c69affed4 (patch)
tree9a2e683a7bf1a5ad2a28541e27f1acb4a3c64275 /base/setup
parent178327661293a26dfa3a9dc52dd9464f6d97fd3f (diff)
downloadpki-6a891d92d8e741f8d66ea43cefc1c11c69affed4.tar.gz
pki-6a891d92d8e741f8d66ea43cefc1c11c69affed4.tar.xz
pki-6a891d92d8e741f8d66ea43cefc1c11c69affed4.zip
Changed selinux context for legacy instances
In the new selinux policy, pki_ca_t etc. are all replaced by pki_tomcat_t. To allow old instances to work under dogtag 10, the context in the run scripts needs to change. Also added a rule needed by selinux policy.
Diffstat (limited to 'base/setup')
-rw-r--r--base/setup/scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/setup/scripts/functions b/base/setup/scripts/functions
index 62dc20694..a4318efae 100644
--- a/base/setup/scripts/functions
+++ b/base/setup/scripts/functions
@@ -756,7 +756,7 @@ start_instance()
export SERVICE_NAME=$PKI_INSTANCE_ID
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
- /usr/bin/runcon -t pki_${PKI_SUBSYSTEM_TYPE}_script_t \
+ /usr/bin/runcon -t pki_tomcat_script_t \
$PKI_INSTANCE_INITSCRIPT start
rv=$?
else