From db34c3948762c0a5b3d6d2b92525213dd6336f68 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 27 Oct 2010 16:25:14 +0000 Subject: [PATCH] allow lsxcatd to be run by anyone git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7944 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 de012678b..94a83cadf 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1064,6 +1064,8 @@ sub initDB } $chtabcmds .= "$::XCATROOT/sbin/chtab priority=2 policy.commands=getbmcconfig policy.rule=allow;"; + $chtabcmds .= + "$::XCATROOT/sbin/chtab priority=2.3 policy.commands=lsxcatd policy.rule=allow;"; $chtabcmds .= "$::XCATROOT/sbin/chtab priority=3 policy.commands=nextdestiny policy.rule=allow;"; $chtabcmds .=