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
This commit is contained in:
parent
33f84c6b8c
commit
71d9a5071a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user