313 * @brief Checks file path by rules' expressions (parsed from file)
314 *
315 * @param[in] fpath Path to file of directory
316 * @param[in] st_mode st_mode received via *stat() functions
317 * @param[in] rules_p Pointer to start of rules array
318 * @param[in] ruleaction Operaton ID (see ruleaction_t)
319 * @param[in,out] 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.
320 *
321 * @retval perm Permission bitmask
322 *
323 */
324// Checks file path by rules' expressions (parsed from file)
325// Return: RS_PERMIT or RS_REJECT for the "file path" and specified ruleaction