From 6a41e82ed41890ca63ed01b99321131f839b3805 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 14 Dec 2012 09:54:02 +0000 Subject: [PATCH] Add remoteimmsetup command to be the allow running in policy table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14660 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index df5c71163..5c0901aa5 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1315,6 +1315,8 @@ sub initDB } $chtabcmds .= "$::XCATROOT/sbin/chtab priority=2 policy.commands=getbmcconfig policy.rule=allow;"; + $chtabcmds .= + "$::XCATROOT/sbin/chtab priority=2.1 policy.commands=remoteimmsetup policy.rule=allow;"; $chtabcmds .= "$::XCATROOT/sbin/chtab priority=2.3 policy.commands=lsxcatd policy.rule=allow;"; $chtabcmds .=