Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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/
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.4.14/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.4.14/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.4.14/kernel/
Daudit.c1000 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()
Daudit_fsnotify.c138 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change()
Daudit_watch.c249 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.c985 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/
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.4.14/include/linux/
Daudit.h471 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/
Dtty_audit.c81 audit_log_untrustedstring(ab, name); in tty_audit_log()