Searched refs:audit_log_untrustedstring (Results 1 – 15 of 15) sorted by relevance
/linux-3.3/security/ |
D | lsm_audit.c | 220 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/ |
D | ima_audit.c | 54 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()
|
D | ima_policy.c | 265 audit_log_untrustedstring(ab, value); in ima_log_string()
|
/linux-3.3/security/apparmor/ |
D | audit.c | 141 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()
|
D | ipc.c | 29 audit_log_untrustedstring(ab, sa->aad.target); in audit_cb()
|
D | capability.c | 46 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
|
D | file.c | 85 audit_log_untrustedstring(ab, sa->aad.fs.target); in file_audit_cb()
|
D | policy_unpack.c | 76 audit_log_untrustedstring(ab, name->base.hname); in audit_cb()
|
/linux-3.3/security/smack/ |
D | smack_access.c | 283 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/ |
D | audit.c | 846 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()
|
D | audit_watch.c | 248 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
|
D | auditsc.c | 1166 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()
|
D | audit_tree.c | 468 audit_log_untrustedstring(ab, rule->tree->pathname); in kill_rules()
|
/linux-3.3/include/linux/ |
D | audit.h | 683 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/ |
D | tty_audit.c | 79 audit_log_untrustedstring(ab, name); in tty_audit_log()
|