From 35dc1009494453803d22573ef876c8b418a609d3 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Mon, 3 Dec 2012 00:28:53 -0500 Subject: Change the structure of the client directory. We need to keep the admin cert and p12 file in case the client directory is purged. --- base/deploy/src/scriptlets/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/deploy/src/scriptlets/configuration.py') diff --git a/base/deploy/src/scriptlets/configuration.py b/base/deploy/src/scriptlets/configuration.py index 2d7797b06..16b63122f 100644 --- a/base/deploy/src/scriptlets/configuration.py +++ b/base/deploy/src/scriptlets/configuration.py @@ -41,7 +41,7 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet): # Place "slightly" less restrictive permissions on # the top-level client directory ONLY - util.directory.create(master['pki_client_dir'], + util.directory.create(master['pki_client_subsystem_dir'], uid=0, gid=0, perms=config.PKI_DEPLOYMENT_DEFAULT_CLIENT_DIR_PERMISSIONS) # Since 'certutil' does NOT strip the 'token=' portion of -- cgit