summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkimessages.py
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-12-18 14:25:13 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-12-18 17:12:07 -0500
commit4c3d1f947eb49ebabc7894bbe69a817333e4cf76 (patch)
tree0541989f1c460339caf42aed91c2e909fb2947aa /base/deploy/src/scriptlets/pkimessages.py
parentfa14c46e0c1621170848ea739a472b2c43653c5d (diff)
downloadpki-4c3d1f947eb49ebabc7894bbe69a817333e4cf76.tar.gz
pki-4c3d1f947eb49ebabc7894bbe69a817333e4cf76.tar.xz
pki-4c3d1f947eb49ebabc7894bbe69a817333e4cf76.zip
pkispawn modified to not relabel when selinux is disabled
Ticket 393
Diffstat (limited to 'base/deploy/src/scriptlets/pkimessages.py')
-rw-r--r--base/deploy/src/scriptlets/pkimessages.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/deploy/src/scriptlets/pkimessages.py b/base/deploy/src/scriptlets/pkimessages.py
index 5b1448f65..ade19422e 100644
--- a/base/deploy/src/scriptlets/pkimessages.py
+++ b/base/deploy/src/scriptlets/pkimessages.py
@@ -244,6 +244,7 @@ PKIHELPER_SECURITY_DOMAIN_UPDATE_FAILURE_3 =\
PKIHELPER_SECURITY_DOMAIN_UPDATE_SUCCESS_2 =\
"updateDomainXML SUCCESSFULLY deleted this '%s' entry from "\
"security domain '%s'"
+PKIHELPER_SELINUX_DISABLED = "Selinux is disabled. Not checking port contexts"
PKIHELPER_SET_MODE_1 = "setting ownerships, permissions, and acls on '%s'"
PKIHELPER_SLOT_SUBSTITUTION_2 = "slot substitution: '%s' ==> '%s'"
PKIHELPER_SSLGET_OUTPUT_1 = "\n"\
@@ -337,6 +338,8 @@ SECURITY_DATABASES_SPAWN_1 = "generating '%s'"
SELINUX_DESTROY_1 = "depopulating '%s'"
SELINUX_RESPAWN_1 = "repopulating '%s'"
SELINUX_SPAWN_1 = "populating '%s'"
+SELINUX_DISABLED_DESTROY_1 = "selinux disabled. skipping unlabelling '%s'"
+SELINUX_DISABLED_SPAWN_1 = "selinux disabled. skipping labelling '%s'"
SLOT_ASSIGNMENT_DESTROY_1 = "unassigning slots for '%s'"
SLOT_ASSIGNMENT_RESPAWN_1 = "reassigning slots for '%s'"
SLOT_ASSIGNMENT_SPAWN_1 = "assigning slots for '%s'"