From b5921a9af8f8fc329319b9637312672abc93851d Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 23 Mar 2010 17:33:27 +0000 Subject: [PATCH] fix error creating policy table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5564 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index cc6e125f5..59c63c0b3 100644 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1287,7 +1287,7 @@ sub genCredentials if ($::genCredentials) { # if just generating new credentials xCAT::MsgUtils->message('I', "Created xCAT certificate."); my $chtabcmds = - "$::XCATROOT/sbin/chtab priority=1.2 policy.name=$hname policy.rule=allow;"; + "$::XCATROOT/sbin/chtab priority=1.2 policy.name=$hname policy.rule=trusted;"; my $outref = xCAT::Utils->runcmd("$chtabcmds", 0); if ($::RUNCMD_RC != 0) {