Searched refs:audit_buf (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_user.c104 struct audit_buffer *audit_buf; local
111 audit_buf = audit_log_start(audit_ctx, GFP_ATOMIC, type);
112 if (audit_buf == NULL)
115 audit_log_format(audit_buf, "netlabel: auid=%u", audit_info->loginuid);
121 audit_log_format(audit_buf, " subj=%s", secctx);
123 return audit_buf;
H A Dnetlabel_domainhash.c202 struct audit_buffer *audit_buf; local
243 audit_buf = netlbl_audit_start_common(AUDIT_MAC_MAP_ADD, audit_info);
244 if (audit_buf != NULL) {
245 audit_log_format(audit_buf,
250 audit_log_format(audit_buf, " nlbl_protocol=unlbl");
253 audit_log_format(audit_buf,
258 audit_log_format(audit_buf, " res=%u", ret_val == 0 ? 1 : 0);
259 audit_log_end(audit_buf);
309 struct audit_buffer *audit_buf; local
347 audit_buf
[all...]
H A Dnetlabel_unlabeled.c84 struct audit_buffer *audit_buf; local
94 audit_buf = netlbl_audit_start_common(AUDIT_MAC_UNLBL_ALLOW,
96 if (audit_buf != NULL) {
97 audit_log_format(audit_buf,
99 audit_log_end(audit_buf);
H A Dnetlabel_cipso_v4.c401 struct audit_buffer *audit_buf; local
423 audit_buf = netlbl_audit_start_common(AUDIT_MAC_CIPSOV4_ADD,
425 if (audit_buf != NULL) {
426 audit_log_format(audit_buf,
431 audit_log_end(audit_buf);
684 struct audit_buffer *audit_buf; local
697 audit_buf = netlbl_audit_start_common(AUDIT_MAC_CIPSOV4_DEL,
699 if (audit_buf != NULL) {
700 audit_log_format(audit_buf,
704 audit_log_end(audit_buf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c2163 struct audit_buffer *audit_buf; local
2175 audit_buf = audit_log_start(current->audit_context, GFP_ATOMIC, type);
2176 if (audit_buf == NULL)
2181 audit_log_format(audit_buf, "SAD add: auid=%u", auid);
2184 audit_log_format(audit_buf, "SAD delete: auid=%u", auid);
2187 audit_log_format(audit_buf, "SPD add: auid=%u", auid);
2190 audit_log_format(audit_buf, "SPD delete: auid=%u", auid);
2198 audit_log_format(audit_buf, " subj=%s", secctx);
2200 audit_log_task_context(audit_buf);
2213 audit_log_format(audit_buf,
[all...]

Completed in 167 milliseconds