REM                     Model CONFIG.SYS File
REM              to enable Security Enabling System
REM               in OS/2 Warp 3 and OS/2 Warp 4
REM               for use with VShield for OS/2
REM
REM
REM
REM    NOTE: Network Associates supplies this file ONLY as 
REM    an example of the configuration required to enable 
REM    SES extensions for OS/2 systems. Network Associates 
REM    does NOT guarantee the accuracy or effectiveness of
REM    thisinformation for particular computing environments.
REM    For complete configuration information, consult IBM
REM    documentation for this product or visit IBM's website
REM    at http://www.software.ibm.com.
REM
REM    To use this file, first install SES on your OS/2 
REM    system, together with all necessary FixPak versions.
REM    See the WHATSNEW.TXT file for VShield for OS/2, or
REM    consult your IBM OS/2 documentation for more details.
REM    Next, copy the lines that appear after this
REM    notation:
REM    
REM        **** INCLUDE THESE LINES TO CONFIGURE SES ****
REM    
REM
REM    into your existing CONFIG.SYS file, making sure to
REM    adjust any parameters necessary for your environment.
REM    You might, for example, need to change the path
REM    information included here to reflect the correct path
REM    information for your own environment. The line
REM
REM           **** END OF SES-RELATED MATERIAL **** 
REM    
REM    marks the end of each excerpt.
REM    
REM    Other notes and related configuration information
REM    appear after this line: ***** NOTE *****
REM



REM **** INCLUDE THESE LINES TO CONFIGURE SES ****

BASEDEV=SESDD32.SYS
CALL=C:\OS2\SECURITY\SES\SESSTART.EXE C:\OS2\SECURITY\SES\SESDMON.EXE

REM **** END OF SES-RELATED MATERIAL ****


REM ***** NOTE *****

REM The line that begins with IFS= appears in your
REM CONFIG.SYS file only if youhave formatted your disk
REM with OS/2's High Performance File System (HPFS). If
REM you have an HPFS partition on your computer and you
REM are running OS/2 Warp 4, leave this line as it
REM appears. If you are running OS/2 Warp 3, change the
REM value following CACHE: to 64 instead of 2048.

REM ***** END OF NOTE *****

IFS=C:\OS2\HPFS.IFS /CACHE:2048 /CRECL:4 /AUTOCHECK:CD

REM ***** NOTE *****

REM Remove or remark out the following line in order to
REM install SES.

REM PROTSHELL=C:\OS2\PMSHELL.EXE

REM ***** END OF NOTE *****


REM **** INCLUDE THIS LINE TO CONFIGURE SES ****

PROTSHELL=C:\OS2\SECURITY\SES\SESSHELL.EXE

REM **** END OF SES-RELATED MATERIAL ****

SET USER_INI=C:\OS2\OS2.INI
SET SYSTEM_INI=C:\OS2\OS2SYS.INI
SET OS2_SHELL=C:\OS2\CMD.EXE

***** NOTE *****

REM The "SET AUTOSTART=" can take different values depending
REM on which version of OS/2 you have installed. To run OS/2
REM with SES, you should remove the value "PROGRAMS" from
REM this line. On some systems, you might also need to remove
REM TASKLIST.

***** END OF NOTE *****


REM The following line appears only in OS/2 Warp 4 files

SET AUTOSTART=WARPCENTER,CONNECTIONS,TASKLIST,FOLDERS

REM The following line appears only in OS/2 Warp 3 files

SET AUTOSTART=LAUNCHPAD,CONNECTIONS,TASKLIST,FOLDERS


REM ***** NOTE *****

REM REMOVE OR REMARK OUT THIS LINE FOR SES INSTALLATION:

REM SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE

REM ***** END OF NOTE *****


REM **** INCLUDE THESE LINES TO CONFIGURE SES ****

SET RUNWORKPLACE=C:\OS2\SECURITY\SES\PSSDMON.EXE
SET SESDBPATH=C:\OS2\SECURITY\SESDB
SET AUTOGUEST=NO
SET GUESTNAME=GUEST
SET TRUSTEDPATH=NO
SET USERSHELL=C:\OS2\PMSHELL.EXE
SET RESTARTUSERSHELL=YES

REM **** END OF SES-RELATED MATERIAL ****


SET COMSPEC=C:\OS2\CMD.EXE


REM ***** NOTE *****

REM THE PATH STATEMENTS "LIBPATH=" AND "SET PATH=" ADD THE 
REM PATH "C:\OS2\SECURITY\SES;". AN EXAMPLE OF THE CORRECT
REM ADDITIONS APPEARS AT THE END OF EACH PATH STATEMENT
REM IN THE FOLLOWING TEXT.

REM ***** END OF NOTE *****

LIBPATH=C:\MPTN\DLL;C:\IBMCOM\DLL;C:\IBMLAN\NETLIB;
C:\MUGLIB\DLL;.;C:\OS2\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL;
C:\MMOS2\DLL;C:\GRPWARE;C:\NETWARE;C:\NETWARE\NLS\ENGLISH;
C:\TCPIP\DLL;C:\TCPIP\UMAIL;C:\IBMWORKS;C:\NOTES;
C:\NSC\DLL;C:\SQL60\BIN;D:\WATCOM\BINP\DLL;D:\WATCOM\SOM\LIB;
C:\DEVCON\DLL;L:\OS2;D:\READIBM2;c:\toolkit;
C:\OS2\SECURITY\SES;

SET PATH=C:\MPTN\BIN;C:\IBMCOM;C:\CMD;C:\IBMLAN\NETPROG;
C:\MUGLIB;C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;
C:\OS2\INSTALL;C:\OS2\MDOS;C:\OS2\APPS;C:\MMOS2;C:\NETWARE;
L:\OS2;C:\TCPIP\BIN;C:\TCPIP\UMAIL;C:\IBMWORKS;D:\WATCOM\BINP;
D:\WATCOM\BINW;D:\WATCOM\SOM\BIN;C:\NSC;D:\TC2;D:\READIBM2;
c:\utils;C:\NOTES;C:\;C:\OS2\SECURITY\SES;

REM ***** NOTE *****

REM THE CHANGES SHOWN ABOVE ARE THOSE NECESSARY TO ENABLE
REM SES ON YOUR OS/2 SYSTEM. THIS EXAMPLE FILE DOES NOT
REM SHOW THE REMAINING LINES FOUND IN A TYPICAL CONFIG.SYS
REM FILE.

REM ***** END OF NOTE *****


REM ***** END OF EXAMPLE FILE *****