On Tue, 2006-02-28 at 10:21 -0800, Edward E. Jaffe wrote:
> But, in this case, I'm afraid the potential
> resource consumption increases of MLS might be more like strapping an
> extra 100 Lb (45.359 Kg) pack on your back! Tough choice
Depending on your naming conventions and willingness to cut some
corners, a relatively simple short-path ICHRTX00 exit might help relieve
you of much of the RACF overhead. I'm thinking that you enable MLNAMES
and then code:
IF CLASS = 'FACILITY' AND ENTITY STARTS WITH 'STGADMIN.IFG.READVTOC.'
IF USERID STARTS WITH 'ZZ' THEN FAIL
ELSE SUCCEED
ELSE pass request to security system
Any reason something like this wouldn't work? It would be quick (and
yes, dirty).
--
David Andrews
A. Duda and Sons, Inc.
[EMAIL PROTECTED]
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html