Security Enabling Services: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with " Security enabling services includes three special programs (SESSTART.EXE, SESSHELL.EXE, and PSSDMON.EXE) that must be specified in CONFIG.SYS (CALL=, PROTSHELL=, and RUNWORKP..."
 
No edit summary
Line 19: Line 19:
==Links==
==Links==
* [http://www.redbooks.ibm.com/redbooks/pdfs/sg244668.pdf OS/2 Security Enabling Services: A Developer's Guide - May 1996]
* [http://www.redbooks.ibm.com/redbooks/pdfs/sg244668.pdf OS/2 Security Enabling Services: A Developer's Guide - May 1996]
[[Category:System]]

Revision as of 14:45, 5 May 2016

Security enabling services includes three special programs (SESSTART.EXE, SESSHELL.EXE, and PSSDMON.EXE) that must be specified in CONFIG.SYS (CALL=, PROTSHELL=, and RUNWORKPLACE=)

Files

  • \security\ses\pssdmon.exe
  • \security\ses\secutil.dll
  • \security\ses\sesapi.dll
  • \security\ses\sesdmon.exe
  • \security\ses\sesres.dll
  • \security\ses\sesshell.exe
  • \security\ses\sesstart.exe
  • \security\sesdb\cldapi.dll
  • \security\sesdb\pvdapi.dll
  • \security\sesdb\secure.sys
  • \security\sesdb\sesdb.dll
  • \security\sesdb\sldapi.dll
  • \security\sla\pdfsla.exe

Links