-- standalone security load script -- This is a wrapper which calls what used to be initsec. The previous -- contents of initsec have been moved to jvmsec0. This is necessary so -- that jvmsec0 can be called in the initjvmaux.startaction context of -- initjvm and jvmursc, as well as in a standalone manner here. In order -- to run standalone, the current initsec script needs to set up its own -- initjvmaux.startaction context, which we now do as follows -- State start of STANDALONE action call initjvmaux.startaction('STANDALONE'); -- Do the real work @@jvmsec0 -- State end of STANDALONE action call initjvmaux.endaction();