SAF-controlled auditing without SYS1.PARMLIB
You need to define an enabling SAF facility profile as described below:
Define SAF facility profile
FILEM.SAFAUDIT.DB2
and ensure that all FM/Db2 users to be
audited have at least read access to that facility. See the example below. Example
User PROD2 to have SAF-rule controlled auditing without using SYS1.PARMLIB.
Write this RACF® rule:
RDEF FACILITY FILEM.SAFAUDIT.DB2 AUDIT(NONE) UACC(NONE) OWNER(ownerid)
PE FILEM.SAFAUDIT.DB2 ACC(READ) ID(PROD2) CLASS(FACILITY)
If you use this method and intend to write audit records to SMF, the required SMF number is specified in the FMN2POPT module. See Customizing File Manager to write audit records to SMF for more information.