summaryrefslogtreecommitdiffstats
path: root/base/deploy/scripts
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-07-10 11:50:59 -0400
committerAde Lee <alee@redhat.com>2012-07-25 01:48:48 -0400
commit5fd74e0e0c9407306e99ef4fd2e776cb911ee94a (patch)
tree7b4c9b87431bfc59c558921df8cb02bbd31a03ba /base/deploy/scripts
parent7168edccfcdb769ead6d5cbc02f7fab9772e1a82 (diff)
downloadpki-5fd74e0e0c9407306e99ef4fd2e776cb911ee94a.tar.gz
pki-5fd74e0e0c9407306e99ef4fd2e776cb911ee94a.tar.xz
pki-5fd74e0e0c9407306e99ef4fd2e776cb911ee94a.zip
Selinux policy for new configuration.
Added tomcat_t for java processes. Added aliases for old types to allow compatibility of existng subsystems. Added install scripts for pkispawn and pkidestroy
Diffstat (limited to 'base/deploy/scripts')
-rw-r--r--base/deploy/scripts/operations2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/scripts/operations b/base/deploy/scripts/operations
index ea7527f31..a2f88b30d 100644
--- a/base/deploy/scripts/operations
+++ b/base/deploy/scripts/operations
@@ -790,7 +790,7 @@ start_instance()
# with programmatic replacement of either
# 'pki_tomcat_script_t' or 'pki_apache_script_t', AND
# (2) MUST currently be run with SELinux in 'Permissive' mode!
- /usr/bin/runcon -t pki_ca_script_t \
+ /usr/bin/runcon -t pki_tomcat_script_t \
$PKI_INSTANCE_INITSCRIPT start
rv=$?
else