Security server example
This information unit presents a security server coding example using RACF® to achieve the required access and invocation control as described in Controlling access to RMF data for the sysplex data services.
- To activate the resource class FACILITY:
SETROPTS CLASSACT(FACILITY) GENCMD(FACILITY) GENERIC(FACILITY) - To define the profile:
where profile is one of the following profile names:RDEFINE FACILITY profile UACC(NONE)- ERBSDS.SMFDATA (mandatory)
- ERBSDS.MON2DATA (optional)
- ERBSDS.MON3DATA (optional)
- or the generic profile name ERBSDS.*.
- To grant the user ID of the application program READ access:
PERMIT profile CLASS(FACILITY) ID(userid) ACC(READ) - Activate changes:
SETROPTS RACLIST(FACILITY) REFRESH