Home
last modified time | relevance | path

Searched refs:audit_log_untrustedstring (Results 1 – 15 of 15) sorted by relevance

/linux-3.3/security/
Dlsm_audit.c220 audit_log_untrustedstring(ab, tsk->comm); in dump_common_audit_data()
240 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
249 audit_log_untrustedstring(ab, a->u.dentry->d_name.name); in dump_common_audit_data()
254 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
267 audit_log_untrustedstring(ab, in dump_common_audit_data()
272 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
280 audit_log_untrustedstring(ab, tsk->comm); in dump_common_audit_data()
330 audit_log_untrustedstring(ab, p); in dump_common_audit_data()
371 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data()
377 audit_log_untrustedstring(ab, a->u.kmod_name); in dump_common_audit_data()
/linux-3.3/security/integrity/ima/
Dima_audit.c54 audit_log_untrustedstring(ab, current->comm); in integrity_audit_msg()
57 audit_log_untrustedstring(ab, fname); in integrity_audit_msg()
61 audit_log_untrustedstring(ab, inode->i_sb->s_id); in integrity_audit_msg()
Dima_policy.c265 audit_log_untrustedstring(ab, value); in ima_log_string()
/linux-3.3/security/apparmor/
Daudit.c141 audit_log_untrustedstring(ab, profile->ns->base.hname); in audit_pre()
144 audit_log_untrustedstring(ab, profile->base.hname); in audit_pre()
149 audit_log_untrustedstring(ab, sa->aad.name); in audit_pre()
Dipc.c29 audit_log_untrustedstring(ab, sa->aad.target); in audit_cb()
Dcapability.c46 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
Dfile.c85 audit_log_untrustedstring(ab, sa->aad.fs.target); in file_audit_cb()
Dpolicy_unpack.c76 audit_log_untrustedstring(ab, name->base.hname); in audit_cb()
/linux-3.3/security/smack/
Dsmack_access.c283 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback()
285 audit_log_untrustedstring(ab, sad->object); in smack_log_callback()
/linux-3.3/kernel/
Daudit.c846 audit_log_untrustedstring(ab, old); in audit_receive_msg()
848 audit_log_untrustedstring(ab, new); in audit_receive_msg()
1414 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() function
1439 audit_log_untrustedstring(ab, p); in audit_log_d_path()
1447 audit_log_untrustedstring(ab, key); in audit_log_key()
Daudit_watch.c248 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
Dauditsc.c1166 audit_log_untrustedstring(ab, name); in audit_log_task_info()
1208 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
1538 audit_log_untrustedstring(ab, n->name); in audit_log_name()
2686 audit_log_untrustedstring(ab, current->comm); in audit_log_abend()
Daudit_tree.c468 audit_log_untrustedstring(ab, rule->tree->pathname); in kill_rules()
/linux-3.3/include/linux/
Daudit.h683 extern void audit_log_untrustedstring(struct audit_buffer *ab,
716 #define audit_log_untrustedstring(a,s) do { ; } while (0) macro
/linux-3.3/drivers/tty/
Dtty_audit.c79 audit_log_untrustedstring(ab, name); in tty_audit_log()