Is it possible to list all IBMFAC, TSAF, and CASECAUT resources defined and permitted on a Top Secret system?
To find all defined IBMFAC and TSAF resources on a system, use the following commands:
TSS WHOOWNS IBMFAC(*)
TSS WHOOWNS TSAF(*)
TSS WHOOWNS CASECAUT(*)
To see the permits for each resource within the class, issue:
TSS WHOHAS IBMFAC(xxxx)
TSS WHOHAS TSAF(xxxx)
TSS WHOHAS CASECAUT(xxxx)
where 'xxxx' is the resource name for each resource shown in the TSS WHOOWNS IBMFAC(*), TSAF(*), and TSS WHOOWNS CASECAUT(*) output.