Authorize Users to View and Update Memory In TPX with Top Secret
search cancel

Authorize Users to View and Update Memory In TPX with Top Secret

book

Article ID: 439726

calendar_today

Updated On:

Products

TPX - Session Management

Issue/Introduction

There is no guidance on how to define class TPXAUTH. What are the settings for Top Secret(TSS)?

Environment

TPX - Session Management

Top Secret(TSS)

Resolution

Example below with defining a resource class for TPXAUTH in TopSecret(TSS): 

1. Define a resource class that is named TPXAUTH.

  •     TSS ADD(RDT) RESCLASS(TPXAUTH) ACLST(ALL,UPDATE=6000,READ,NONE)     

2. Define a resource entity that is named MEMORY.

  •      TSS ADD([owner-id]) TPXAUTH(MEMORY)

3. Permit the designated users READ or UPDATE access to MEMORY.

  •     TSS PER([user-id]) TPXAUTH(MEMORY) ACCESS(UPDATE)