Searched refs:audit_log_untrustedstring (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/security/ |
D | lsm_audit.c | 224 audit_log_untrustedstring(ab, memcpy(comm, current->comm, sizeof(comm))); in dump_common_audit_data() 243 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 252 audit_log_untrustedstring(ab, a->u.dentry->d_name.name); in dump_common_audit_data() 257 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 270 audit_log_untrustedstring(ab, in dump_common_audit_data() 275 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 286 audit_log_untrustedstring(ab, in dump_common_audit_data() 336 audit_log_untrustedstring(ab, p); in dump_common_audit_data() 377 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data() 383 audit_log_untrustedstring(ab, a->u.kmod_name); in dump_common_audit_data()
|
/linux-4.1.27/security/integrity/ |
D | integrity_audit.c | 53 audit_log_untrustedstring(ab, get_task_comm(name, current)); in integrity_audit_msg() 56 audit_log_untrustedstring(ab, fname); in integrity_audit_msg() 60 audit_log_untrustedstring(ab, inode->i_sb->s_id); in integrity_audit_msg()
|
/linux-4.1.27/security/apparmor/ |
D | audit.c | 136 audit_log_untrustedstring(ab, profile->ns->base.hname); in audit_pre() 139 audit_log_untrustedstring(ab, profile->base.hname); in audit_pre() 144 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 | 51 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
|
D | file.c | 87 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-4.1.27/security/integrity/ima/ |
D | ima_api.c | 312 audit_log_untrustedstring(ab, filename); in ima_audit_measurement() 315 audit_log_untrustedstring(ab, algo_hash); in ima_audit_measurement()
|
D | ima_policy.c | 495 audit_log_untrustedstring(ab, value); in ima_log_string()
|
/linux-4.1.27/kernel/ |
D | audit.c | 986 audit_log_untrustedstring(ab, old); in audit_receive_msg() 988 audit_log_untrustedstring(ab, new); in audit_receive_msg() 1610 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() function 1635 audit_log_untrustedstring(ab, p); in audit_log_d_path() 1651 audit_log_untrustedstring(ab, key); in audit_log_key() 1748 audit_log_untrustedstring(ab, n->name->name); in audit_log_name() 1898 audit_log_untrustedstring(ab, get_task_comm(comm, tsk)); in audit_log_task_info()
|
D | audit_watch.c | 250 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
|
D | audit_tree.c | 464 audit_log_untrustedstring(ab, rule->tree->pathname); in audit_tree_log_remove_rule()
|
D | auditsc.c | 984 audit_log_untrustedstring(ab, comm); in audit_log_pid_context() 2377 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
|
/linux-4.1.27/security/smack/ |
D | smack_access.c | 329 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback() 331 audit_log_untrustedstring(ab, sad->object); in smack_log_callback()
|
/linux-4.1.27/include/linux/ |
D | audit.h | 467 extern void audit_log_untrustedstring(struct audit_buffer *ab, 522 static inline void audit_log_untrustedstring(struct audit_buffer *ab, in audit_log_untrustedstring() function
|
/linux-4.1.27/drivers/tty/ |
D | tty_audit.c | 81 audit_log_untrustedstring(ab, name); in tty_audit_log()
|