How to create a RESCLASS and define the ACLST in Top Secret
search cancel

How to create a RESCLASS and define the ACLST in Top Secret

book

Article ID: 45185

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

 How to create a resclass and define the access list correctly. What is the order of access levels to define?

 

Resolution

When defining a new RDT entry the access levels in ACLST needs to be in descending order. 
 
Then access levels within the ACLST should be unique and in descending hexadecimal order so that permits with multiple access levels display the highest possible access level. 
 
For example, if the list specifies READ,UPDATE=6000; the UPDATE implies READ and a permit is issued for UPDATE access. 
Then the TSS LIST command will show that the permit includes READ access and will display READ instead of UPDATE. 
 
 The access level is displayed correctly if the ACLST is specified as UPDATE=6000,READ. 
 
The command should be: 
 
TSS ADD(RDT) RESCLASS(XXXX) ACLST(ALL,UPDATE=6000,READ,CONTROL,NONE) DEFACC(READ)