diff --git a/xCAT-client/pods/man1/chdef.1.pod b/xCAT-client/pods/man1/chdef.1.pod index e44a6eb9f..d8134e695 100644 --- a/xCAT-client/pods/man1/chdef.1.pod +++ b/xCAT-client/pods/man1/chdef.1.pod @@ -154,6 +154,12 @@ To change the node hwtype, this command will change the value of ppc.nodetype. chdef -t node -o node1 hwtype=lpar +=item 11. + +To change the policy table for policy number 7.0 for admin1 + + chdef -t policy -o 7.0 name=admin1 rule=allow + =back diff --git a/xCAT-client/pods/man1/mkdef.1.pod b/xCAT-client/pods/man1/mkdef.1.pod index 704a1b720..95399259f 100644 --- a/xCAT-client/pods/man1/mkdef.1.pod +++ b/xCAT-client/pods/man1/mkdef.1.pod @@ -140,6 +140,12 @@ To create a dynamic node group definition called SLESNodes containing all the SL mkdef -t group -o SLESNodes -d -w "os=~^sles[0-9]+$" +=item 10. + +To create a entry (7.0) in the policy table for user admin1 + + mkdef -t policy -o 7.0 name=admin1 rule=allow + =back