MINI MINI MANI MO
Rem BEGIN SQL_FILE_METADATA
Rem SQL_SOURCE_FILE: javavm/install/initsec.sql
Rem SQL_SHIPPED_FILE: javavm/install/initsec.sql
Rem SQL_PHASE: UTILITY
Rem SQL_STARTUP_MODE: NORMAL
Rem SQL_IGNORABLE_ERRORS: NONE
Rem END SQL_FILE_METADATA
-- 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();
OHA YOOOO