Managing interception settings on the command line

On the command line, you can configure system event interception using the InterceptorMode, InterceptorFallbackStrategy, and InterceptorApplyStrategy general application settings.

These settings are displayed and can be modified only on devices where the operating system supports fanotify and satisfies the requirements for installing the updatable kernel module. These settings are applied only if the application is used in Standard mode.

You can change the values of the settings with the help of command line switches or a configuration file that contains all general application settings.

The InterceptorMode lets you select the system event interception mechanism used by the application. This setting can take the following values:

The InterceptorFallbackStrategy setting is applied if the updatable kernel module is selected. This setting lets you specify what the application does if the updatable kernel module fails to start. This setting can take the following values:

The InterceptorApplyStrategy setting is applied if the updatable kernel module is selected. If the application switches to using the updatable kernel module, the application must be restarted to start the module. This setting lets you specify if you want the application to be restarted automatically or if you prefer to restart the application manually:

We recommend automatically restarting the application to switch to using the updatable kernel module. Starting the updatable kernel module manually after restarting the application can lead to application errors.

Page top