Home >

LunaSH Command Reference Guide > LunaSH Commands > partition > partition policyTemplate show

partition policytemplate show  

Display the destructiveness and value of each policy from the specified partition policy template name.

Syntax

partition policyTemplate show [-name <template_name>]

Option Shortcut

Parameter

Description
-name -n <template_name> Specifies the name of the template for which to display information. If no template is named, the command shows the template that is currently loaded for editing, or tells you that no template is being modified.

Example

lunash:> partition show -policytemplate mytemplate
Partition Policy Template: <template name>
                                                                    Destructive
   Description                              Value        Code   Off-To-On  On-To-Off
   ===========                              =====        ====   =========  =========
   Allow private key cloning                On           0          No        No 
   Allow private key wrapping               Off          1          No        No
   Allow private key unwrapping             On           2          No        No
   Allow secret key cloning                 On           4          No        No
   Allow secret key wrapping                On           5          No        No
   Allow secret key unwrapping              On           6          No        No
   Allow multipurpose keys                  On           10         No        No
   Allow changing key attributes            On           11         No        No
   Ignore failed challenge responses        Off          15         No        No
   Operate without RSA blinding             On           16         No        No
   Allow signing with non-local keys        On           17         No        No
   Allow raw RSA operations                 On           18         No        No
   Max failed user logins allowed           3            20         
   Allow high availability recovery         On           21         No        No
   Allow activation                         On           22         No        No
   Allow auto-activation                    On           23         No        No
   Minimum pin length (inverted: 255 - min) 248          25         
   Maximum pin length                       255          26         
   Allow Key Management Functions           On           28         No        No
   Perform RSA signing without confirmation On           29         No        No
   Allow Remote Authentication              On           30         No        No
   Allow private key unmasking              On           31         No        No
   Allow secret key unmasking               On           32         No        No
   Allow RSA PKCS mechanism                 On           33         No        No
   Allow CBC-PAD (un)wrap keys of any size  On           34         No        No
   Allow private key SFF backup/restore     On           35         No        No
   Allow secret key SFF backup/restore      On           36         No        No
   Force Secure Trusted Channel             Off          37         No        No

Command Result : 0 (Success)