Linux-UNIX: Query rewrite parameters
The query rewrite parameters affect the behavior of the S-TAP with respect to discovery.
| GIM | guard_tap.ini | Default Value | Description |
|---|---|---|---|
| STAP_QRW_INSTALLED | qrw_installed | 0 | Enable or disable the query rewrite feature. When set to 0, all other parameters in this group are
ignored. Valid values:
Note: firewall_installed and qrw_installed cannot be
enabled at the same time. If qrw_installed is set to 1, then
firewall_installed is disabled. |
| STAP_QRW_DEFAULT_STATE | qrw_default_state | 0 | Sets the query rewrite activation trigger. Must be 0 if firewall_default_state=1 or 2. Valid values:
|
| STAP_QRW_FORCE_WATCH | qrw_force_watch | NULL | Comma-separated list of client IP/MASKs (for example, 1.1.1.1/1.1.1.1,2.2.2.2/2.2.2.2) to watch automatically. Valid when qrw_installed is 1, and qrw_default_state is 0. Cannot be configured to the same IP range as firewall_force_unwatch. |
| STAP_QRW_FORCE_UNWATCH | qrw_force_unwatch | NULL | Comma separated list of client IP/MASKs (for example, 1.1.1.1/1.1.1.1,2.2.2.2/2.2.2.2) to exclude from watching. Valid when qrw_installed is 1, and qrw_default_state is 1. Cannot be configured to the same IP range as firewall_force_unwatch. |