NAME

policy - a table in the xCAT database.


SYNOPSIS

policy Attributes: priority name host commands noderange parameters time rule comments disable


DESCRIPTION

Not fully implemented! Controls who has authority to run specific xCAT operations.


policy Attributes:

priority

The priority value for this rule. This value is used to identify this policy data object (i.e. this rule).

name

The username that is allowed to perform the commands specified by this rule. Default is ``*'' (all users).

host

The host from which users may issue the commands specified by this rule. Default is ``*'' (all hosts).

commands

The list of commands that this rule applies to. Default is ``*'' (all commands).

noderange

The Noderange that this rule applies to. Default is ``*'' (all nodes).

parameters

Command parameters that this rule applies to. Default??

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.

comments

Any user-written notes.

disable

Set to 'yes' or '1' to comment out this row.


SEE ALSO

nodels(1), chtab(8), tabdump(8), tabedit(8)