AS_IF([test "$HAVE_KQUEUE" = '' -a "$HAVE_INOTIFY" = '' -a "$HAVE_FANOTIFY" = '' -a "$HAVE_BSM" = '' ], [AC_MSG_FAILURE([kqueue, inotify and bsm are not supported on this system])])
@@ -141,122 +142,6 @@ int exitcode_process(ctx_t *ctx_p, int exitcode) {
returnerr;
}
/**
* @brief Checks file path by rules' expressions (parsed from file)
*
* @param[in] fpath Path to file of directory
* @param[in] st_mode st_mode received via *stat() functions
* @param[in] rules_p Pointer to start of rules array
* @param[in] ruleaction Operaton ID (see ruleaction_t)
* @param[i/o] rule_pp Pointer to pointer to rule, where the last search ended. Next search will be started from the specified rule. Can be "NULL" to disable this feature.
*
* @retval perm Permission bitmask
*
*/
// Checks file path by rules' expressions (parsed from file)
// Return: RS_PERMIT or RS_REJECT for the "file path" and specified ruleaction