Valid on z/OS, z/VSE, and z/VM.
Use the AUDIT keyword to allow an audit of ACID activity.
Note: AUDIT is a reserved ACID name.
When used with a permission, this keyword has the following format:
TSS ADDTO(acid) AUDIT
One to five resource names per CA Top Secret command.
When used as a reserved ACID, this keyword has the following format:
TSS ADDTO(AUDIT) resource class(resource name)
[ACCESS(level1, level2, …)]
Notes:
This keyword is used with:
This example adds the audit attribute to an user01. Any actions performed by user01 are recorded in the Audit file for further review.
TSS ADD(user01) AUDIT
This example removes the AUDIT attribute from USER01:
TSS REMOVE(USER01) AUDIT
In this example, the program "LIST" is audited, but the program "LISTA" is not audited:
TSS ADD(AUDIT) PROGRAM('LIST ')
This example allows user02 to administer the audit attribute for ACIDs within his scope.
TSS ADMIN(user02) RESOURCE(AUDIT)
This example allows any activity for the specified resource class to be audited:
TSS ADD(AUDIT) resource class(resourcename)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|