Home
last modified time | relevance | path

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

/linux/security/integrity/
H A Dintegrity_audit.c57 audit_log_untrustedstring(ab, get_task_comm(name, current)); in integrity_audit_message()
60 audit_log_untrustedstring(ab, fname); in integrity_audit_message()
64 audit_log_untrustedstring(ab, inode->i_sb->s_id); in integrity_audit_message()
/linux/security/ipe/
H A Daudit.c145 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in ipe_audit_match()
152 audit_log_untrustedstring(ab, inode->i_sb->s_id); in ipe_audit_match()
H A Ddigest.c115 audit_log_untrustedstring(ab, info->alg); in ipe_digest_audit()
/linux/security/apparmor/
H A Dmount.c95 audit_log_untrustedstring(ab, ad->mnt.type); in audit_cb()
99 audit_log_untrustedstring(ab, ad->mnt.src_name); in audit_cb()
103 audit_log_untrustedstring(ab, ad->mnt.trans); in audit_cb()
112 audit_log_untrustedstring(ab, ad->mnt.data); in audit_cb()
H A Dfile.c74 audit_log_untrustedstring(ab, ad->fs.target); in file_audit_cb()
/linux/kernel/
H A Daudit.c1464 audit_log_untrustedstring(ab, old); in audit_receive_msg()
1466 audit_log_untrustedstring(ab, new); in audit_receive_msg()
1624 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_multicast()
2134 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() function
2159 audit_log_untrustedstring(ab, p); in audit_log_d_path()
2175 audit_log_untrustedstring(ab, key); in audit_log_key()
2273 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task_info()
H A Daudit_fsnotify.c127 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change()
H A Dauditsc.c1121 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
1477 audit_log_untrustedstring(ab, context->module.name); in show_special()
1530 audit_log_untrustedstring(ab, n->name->name); in audit_log_name()
2935 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in __audit_log_nfcfg()
2958 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
H A Daudit_watch.c238 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
H A Daudit_tree.c536 audit_log_untrustedstring(ab, rule->tree->pathname); in audit_tree_log_remove_rule()
/linux/drivers/tty/
H A Dtty_audit.c79 audit_log_untrustedstring(ab, name); in tty_audit_log()
/linux/include/linux/
H A Daudit.h177 extern void audit_log_untrustedstring(struct audit_buffer *ab,
237 static inline void audit_log_untrustedstring(struct audit_buffer *ab, in audit_log_untrustedstring() function
/linux/security/integrity/evm/
H A Devm_secfs.c223 audit_log_untrustedstring(ab, xattr->name); in evm_write_xattrs()