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)