Valid on z/OS.
Use the SIGAUDIT keyword to specify what would trigger the logging of a signature verification event during program load.
This keyword is optional and has the following format:
TSS ADD(SIGVER) PROGRAM(PROG01)
SIGAUDIT(ALL|FAIL|NONE)
Specifies that all signature verifications are logged.
Specifies that only failed signature verifications are logged.
Specifies that signature verifications are never logged.
One keyword per SIGVER program entry.
This keyword is used with:
This example adds program PROG01 with FAIL attribute of SIGAUDIT keyword:
TSS ADDTO(SIGVER) PROGRAM(prog01) SIGAUDIT(fail)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|