Modify the doxygen about audit_rule_cb 36/175636/2 accepted/tizen/unified/20180413.151935 submit/tizen/20180413.074150
authoryeji01.kim <yeji01.kim@samsung.com>
Wed, 11 Apr 2018 07:58:39 +0000 (16:58 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Fri, 13 Apr 2018 07:31:30 +0000 (07:31 +0000)
- rule handle was created dynamically inside foreach_rule api.
  so it must be freed.
- It is for doing postponed processing using rule handle.

Change-Id: I966b4256be4ea5db9273f11254244da58cbaf76c
Signed-off-by: yeji01.kim <yeji01.kim@samsung.com>
lib/audit-trail/rule.h

index 1d4147e402427c790ebba9284401213702998fbe..b00164f9173225d88f391582e9226e4be3f2fda6 100644 (file)
@@ -310,9 +310,8 @@ AUDIT_TRAIL_API int audit_trail_remove_rule(audit_trail_h handle,
 /**
  * @brief       Called to get a audit rules an array
  *              This function is called with audit rule handles, which can be
- *              used to get system calls to be monitored by the rule and severa;
- *              conditions. and also it must not be freed by
- *              audit_rule_destroy().
+ *              used to get system calls to be monitored by the rule and several
+ *              conditions. and also it must be freed by audit_rule_destroy().
  * @since_tizen 5.0
  * @param[in]   rule The audit rule handle
  * @param[in]   user_data The user data passed from the function