We are using Endevor Package ship and was wondering if there was a way to secure with Endevor ESI who can ship based on the Ship Destination?
z/OS
Endevor all versions
You can secure the Destination if you are securing Packages with ESI. This mean in the C1DEFLTS Table you would have to set PKGSEC=ESI and ensure that the PKGDEST is part of the NAMEQU PACKAGE_ACTIONS.
Below is an example of how the BC1TENQU (Name Equates table) would be setup:
If you wanted to restrict who can ship to the Destination PROD, the entity that would be passed to your security package (ACF2, TSS or RACF) would be:
"C1.PACKAGE.SHIP.PROD"
Only the users that have access to the above rule can ship a package to the destination called PROD.