From 71d9a5071adc26c3bd26bbc143d26e5ea1ad791e Mon Sep 17 00:00:00 2001 From: vallard Date: Tue, 15 Dec 2009 20:47:25 +0000 Subject: [PATCH] added policy for litefile and litetree for statelite on linux git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4792 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 958de1815..e2183ca39 100644 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1034,6 +1034,10 @@ sub initDB "$::XCATROOT/sbin/chtab priority=4.5 policy.commands=getcredentials policy.rule=allow;"; $chtabcmds .= "$::XCATROOT/sbin/chtab priority=4.6 policy.commands=syncfiles policy.rule=allow"; + $chtabcmds .= + "$::XCATROOT/sbin/chtab priority=4.7 policy.commands=litefile policy.rule=allow"; + $chtabcmds .= + "$::XCATROOT/sbin/chtab priority=4.8 policy.commands=litetree policy.rule=allow"; } my $outref = xCAT::Utils->runcmd("$chtabcmds", 0); if ($::RUNCMD_RC != 0)