From 1812edf254ddbe558a8444f272f093ce7959ce36 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 12 Mar 2010 18:01:08 +0000 Subject: [PATCH] add trusted to the rules git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5457 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index f59949e69..837cb427b 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -563,7 +563,7 @@ policy => { noderange => 'The Noderange that this rule applies to. Default is "*" (all nodes).', parameters => 'Command parameters that this rule applies to. Default all parameters.', time => 'Time ranges that this command may be executed in. Default is any time.', - rule => 'Specifies how this rule should be applied. Valid values are: allow, accept. Either of these values will allow the user to run the commands. Any other value will deny the user access to the commands.', + rule => 'Specifies how this rule should be applied. Valid values are: allow, accept , trusted. Allow or accept will allow the user to run the commands. Any other value will deny the user access to the commands. Trusted is used to designated a host that has extra security trust. The only node that is given that security level now is the MN.', comments => 'Any user-written notes.', disable => "Set to 'yes' or '1' to comment out this row.", },