OMVS Definitions for Access to HFS Files under ACF2

If you want the platform server to access OpenEdition HFS files, you must configure the user associated with the platform server started task as a superuser.

The platform server reads the HFS directory structure, and performs authorization checking to ensure that users are authorized to access the HFS files. All platform server files are opened and accessed under the security environment of the user requesting the transfer.

You must define the following facility resources on your system:
  • BPX.SUPERUSER
  • BPS.DAEMON
If these resources are not defined on your system, you can define them using the following commands:
ACF
?SET RULE
?COMPILE STORE
$K(BPX.SUPERUSER) TYPE(FAC)
UID(fususer) SERVICE(READ) ALLOW
$K(BPX.DAEMON) TYPE(FAC)
UID(fususer) SERVICE(READ) ALLOW
<enter> 
END

Where fususer stands for the user associated with the platform server started task.

Any user that requires OMVS facilities, including the platform server started task user, must be defined with the OMVS segment of the RACF profile to indicate that the user is authorized for OMVS.