Previous Topic: SHMEMMAX Keyword—Maximum Shared MemoryNext Topic: SIGNALG—Certificate Signing Algorithm


SIGAUDIT Keyword—SIGVER record program definition

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)   
Valid values
ALL

Specifies that all signature verifications are logged.

FAIL

Specifies that only failed signature verifications are logged.

NONE

Specifies that signature verifications are never logged.

Capacity of list

One keyword per SIGVER program entry.

This keyword is used with:

Examples: SIGAUDIT keyword

This example adds program PROG01 with FAIL attribute of SIGAUDIT keyword:

TSS ADDTO(SIGVER) PROGRAM(prog01) SIGAUDIT(fail)