FILEM.AUDIT1.ssid.TOSMF

You define this profile in the FACILITY class. You do this by entering this RACF® command:
RDEFINE FACILITY FILEM.AUDIT1.ssid.TOSMF UACC(READ or NONE)
UACC(READ)
Specify this if you want audit log records from users and groups to be written to SMF, unless they are specifically denied access to this profile.
UACC(NONE)
Specify this if you do not want audit log records from users and groups to be written to SMF, unless they are specifically granted access to this profile.

In the following, assume that the RDEFINE for the profile specifies UACC(NONE), so audit log records from users and groups are not written to SMF unless they are specifically granted access.

To specify that the audit log records from a user (with user ID userid) or a group (with groupid groupid) are to be written to SMF, you enter one of these RACF® commands:
PERMIT FILEM.AUDIT1.ssid.TOSMF CLASS(FACILITY) ID(userid) ACCESS(READ)
PERMIT FILEM.AUDIT1.ssid.TOSMF CLASS(FACILITY) ID(groupid) ACCESS(READ)