Searched refs:audit_log_untrustedstring (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/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() 256 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 267 audit_log_untrustedstring(ab, a->u.dentry->d_name.name); in dump_common_audit_data() 272 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 285 audit_log_untrustedstring(ab, in dump_common_audit_data() 290 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 301 audit_log_untrustedstring(ab, in dump_common_audit_data() 351 audit_log_untrustedstring(ab, p); in dump_common_audit_data() 392 audit_log_untrustedstring(ab, a->u.key_struct.key_desc); in dump_common_audit_data() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/kernel/ |
D | audit.c | 1000 audit_log_untrustedstring(ab, old); in audit_receive_msg() 1002 audit_log_untrustedstring(ab, new); in audit_receive_msg() 1624 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() function 1649 audit_log_untrustedstring(ab, p); in audit_log_d_path() 1665 audit_log_untrustedstring(ab, key); in audit_log_key() 1762 audit_log_untrustedstring(ab, n->name->name); in audit_log_name() 1912 audit_log_untrustedstring(ab, get_task_comm(comm, tsk)); in audit_log_task_info()
|
D | audit_fsnotify.c | 138 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change()
|
D | audit_watch.c | 249 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 | 985 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.4.14/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.4.14/include/linux/ |
D | audit.h | 471 extern void audit_log_untrustedstring(struct audit_buffer *ab, 526 static inline void audit_log_untrustedstring(struct audit_buffer *ab, in audit_log_untrustedstring() function
|
/linux-4.4.14/drivers/tty/ |
D | tty_audit.c | 81 audit_log_untrustedstring(ab, name); in tty_audit_log()
|