Searched refs:audit_log_format (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
D | auditsc.c | 968 audit_log_format(ab, "opid=%d oauid=%d ouid=%d oses=%d", pid, in audit_log_pid_context() 973 audit_log_format(ab, " obj=(none)"); in audit_log_pid_context() 976 audit_log_format(ab, " obj=%s", ctx); in audit_log_pid_context() 980 audit_log_format(ab, " ocomm="); in audit_log_pid_context() 1024 audit_log_format(*ab, "argc=%d", context->execve.argc); in audit_log_execve_info() 1123 audit_log_format(*ab, "%s", abuf); in audit_log_execve_info() 1167 audit_log_format(ab, " %s=0", prefix); in audit_log_cap() 1170 audit_log_format(ab, " %s=", prefix); in audit_log_cap() 1172 audit_log_format(ab, "%08x", cap->cap[CAP_LAST_U32 - i]); in audit_log_cap() 1178 audit_log_format(ab, " cap_fe=? cap_fver=? cap_fp=? cap_fi=?"); in audit_log_fcaps() [all …]
|
D | audit.c | 389 audit_log_format(ab, "op=set %s=%u old=%u ", function_name, new, old); in audit_log_config_change() 394 audit_log_format(ab, " res=%d", allow_changes); in audit_log_config_change() 1057 audit_log_format(*ab, "pid=%d uid=%u ", pid, uid); in audit_log_common_recv_msg() 1097 audit_log_format(ab, " feature=%s old=%u new=%u old_lock=%u new_lock=%u res=%d", in audit_log_feature_change() 1337 audit_log_format(ab, " msg='%.*s'", in audit_receive_msg() 1343 audit_log_format(ab, " data="); in audit_receive_msg() 1360 audit_log_format(ab, " op=%s audit_enabled=%d res=0", in audit_receive_msg() 1376 audit_log_format(ab, " op=trim res=1"); in audit_receive_msg() 1407 audit_log_format(ab, " op=make_equiv old="); in audit_receive_msg() 1409 audit_log_format(ab, " new="); in audit_receive_msg() [all …]
|
D | audit_fsnotify.c | 125 audit_log_format(ab, " op=%s path=", op); in audit_mark_log_rule_change() 128 audit_log_format(ab, " list=%d res=1", rule->listnr); in audit_mark_log_rule_change()
|
D | audit_watch.c | 236 audit_log_format(ab, "op=%s path=", op); in audit_watch_log_rule_change() 239 audit_log_format(ab, " list=%d res=1", r->listnr); in audit_watch_log_rule_change()
|
D | audit_tree.c | 537 audit_log_format(ab, "op=remove_rule dir="); in audit_tree_log_remove_rule() 540 audit_log_format(ab, " list=%d res=1", rule->listnr); in audit_tree_log_remove_rule()
|
D | auditfilter.c | 1103 audit_log_format(ab, " op=%s", action); in audit_log_rule_change() 1105 audit_log_format(ab, " list=%d res=%d", rule->listnr, res); in audit_log_rule_change()
|