A FACILITY class resource violation for RFAC-BPX.POE is seen in an ACF2 environment. What is this resource and what rule needs to be coded to allow access?
Release: ACF2 R16
Component:
The FACILITY class resource RFAC-BPX.POE is an IBM security call introduced with z/OS 1.5:
BPX1POE (__poe) - Port of Entry Information
Function:
The __poe() callable service specifies the port of entry information the system is to use in determining various levels of permission checking in a multilevel-secure system. The authorization that is required to invoke this service is the following:
Read access to the BPX.POE FACILITY resource.
Sample rule:
$KEY(BPX) TYPE(FAC)
POE UID(user's_ uid) SERVICE(READ) ALLOW
For further information on the BPX.POE resource review the appropriate IBM z/OS Planning for Multilevel Security documentation.