2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

fix issue694 Disable root permission in policy table, the chtab command still work well.

This commit is contained in:
hu-weihua
2016-03-24 23:06:53 -04:00
parent 7fe3ba3c14
commit da91f37651

View File

@ -18,6 +18,7 @@ B<chtab -d> [I<keycolname=keyvalue>] [I<tablename.colname=newvalue>]
The chtab command adds, deletes or updates the attribute value in the specified table.column for the specified keyvalue. Normally, the given value will completely replace the current attribute value. But if "+=" is used instead of "=", the specified value will be appended to the coma separated list of the attribute, if it is not already there.
The chtab is designed to work without passing xcatd, so it's out of control of policy mechanism.
=head1 OPTIONS