Kernel Loader Exits
UNIX exits are called whenever the kernel is being loaded or unloaded (SEOS_load). This lets you define how you want to handle operating system and third-party programs when loading or unloading the kernel. For example, you can use kernel-unloading UNIX exits to stop automatically, and later restart, processes that prevent from unloading when running SEOS_load -u.
capamsc141
UNIX exits are called whenever the
Privileged Access Manager
kernel is being loaded or unloaded (SEOS_load). This lets you define how you want to handle operating system and third-party programs when loading or unloading the Privileged Access Manager
kernel. For example, you can use kernel-unloading UNIX exits to stop automatically, and later restart, processes that prevent Privileged Access Manager
from unloading when running SEOS_load -u
.For some operating systems,
Privileged Access Manager
comes with some kernel load exits, kernel unload exits, or both out of the box.Note:
For more information about identifying processes that prevent Privileged Access Manager
kernel from unloading, see the secons utility in the Reference Guide
.