Home
last modified time | relevance | path

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

/linux-4.1.27/security/
Dlsm_audit.c224 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/
Dintegrity_audit.c53 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/
Daudit.c136 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()
Dipc.c29 audit_log_untrustedstring(ab, sa->aad->target); in audit_cb()
Dcapability.c51 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
Dfile.c87 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-4.1.27/security/integrity/ima/
Dima_api.c312 audit_log_untrustedstring(ab, filename); in ima_audit_measurement()
315 audit_log_untrustedstring(ab, algo_hash); in ima_audit_measurement()
Dima_policy.c495 audit_log_untrustedstring(ab, value); in ima_log_string()
/linux-4.1.27/kernel/
Daudit.c986 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()
Daudit_watch.c250 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
Daudit_tree.c464 audit_log_untrustedstring(ab, rule->tree->pathname); in audit_tree_log_remove_rule()
Dauditsc.c984 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/
Dsmack_access.c329 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/
Daudit.h467 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/
Dtty_audit.c81 audit_log_untrustedstring(ab, name); in tty_audit_log()