Specify selang Exit Programs to Run

To tell  which exit programs to run, modify the [lang] section of the seos.ini file.  provides the lang_exit.sh script for pre-user, post-user, pre-group, and post-group exits. You can also specify no exit or create your own exit.
capamsc141
To tell
Privileged Access Manager
which exit programs to run, modify the [lang] section of the seos.ini file.
Privileged Access Manager
provides the lang_exit.sh script for pre-user, post-user, pre-group, and post-group exits. You can also specify no exit or create your own exit.
To specify your own selang exits, set any or all of the settings in the [lang] section of seos.ini as required.
An exit is called only if its full pathname appears as the value of an exit token.
Example: Specify selang Exits
In the following example, the seos.ini file tokens are set so that the program groupcheck runs before group operations, the program flag_exceptions runs after group operations, the program lang_exit.sh runs after user operations, and no exit program runs before user operations. The seos.ini file tokens are set as follows:
[lang]
pre_group_exit = /opt/CA/PAMSC/exits/groupcheck
post_group_exit = /opt/CA/PAMSC/exits/flag_exceptions
post_user_exit = /opt/CA/PAMSC/exits/lang_exit.sh