Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   ausearch_add_regex    ( 3 )

использовать правило поиска по регулярному выражению (use regular expression search rule)

Имя (Name)

ausearch_add_regex - use regular expression search rule


Синопсис (Synopsis)

#include <auparse.h>

int ausearch_add_regex(auparse_state_t *au, const char *regexp);


Описание (Description)

ausearch_add_regex adds one search condition based on a regular expression to the current audit search expression. The search conditions can then be used to scan logs, files, or buffers for something of interest. The regular expression follows the posix extended regular expression conventions, and is matched against the full record (without interpreting field values).

If an existing search expression E is already defined, this function replaces it by (E && this_regexp).


Возвращаемое значение (Return value)

Returns -1 if an error occurs; otherwise, 0 for success.


Смотри также (See also)

ausearch_add_expression(3), ausearch_add_item(3), ausearch_clear(3), ausearch_next_event(3), regcomp(3).