Previous Topic: Arguments You Can Pass to selang ExitsNext Topic: Time Out and Other Failures


Specify selang Exit Programs to Run

To tell CA ControlMinder which exit programs to run, modify the [lang] section of the seos.ini file. CA ControlMinder 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.

Note: 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/AccessControl/exits/groupcheck
post_group_exit = /opt/CA/AccessControl/exits/flag_exceptions
post_user_exit = /opt/CA/AccessControl/exits/lang_exit.sh