Home
last modified time | relevance | path

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

/linux-6.6.21/security/
Dlsm_audit.c210 audit_log_untrustedstring(ab, memcpy(comm, current->comm, sizeof(comm))); in dump_common_audit_data()
229 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
242 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
255 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()
273 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
288 audit_log_untrustedstring(ab, dentry->d_name.name); in dump_common_audit_data()
292 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
304 audit_log_untrustedstring(ab, in dump_common_audit_data()
356 audit_log_untrustedstring(ab, p); in dump_common_audit_data()
[all …]
/linux-6.6.21/security/integrity/
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-6.6.21/security/apparmor/
Daudit.c124 audit_log_untrustedstring(ab, in audit_pre()
128 audit_log_untrustedstring(ab, profile->base.hname); in audit_pre()
138 audit_log_untrustedstring(ab, ad->name); in audit_pre()
Dmount.c93 audit_log_untrustedstring(ab, ad->mnt.type); in audit_cb()
97 audit_log_untrustedstring(ab, ad->mnt.src_name); in audit_cb()
101 audit_log_untrustedstring(ab, ad->mnt.trans); in audit_cb()
110 audit_log_untrustedstring(ab, ad->mnt.data); in audit_cb()
Dcapability.c49 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
Dfile.c74 audit_log_untrustedstring(ab, ad->fs.target); in file_audit_cb()
Dpolicy_unpack.c41 audit_log_untrustedstring(ab, ad->iface.ns); in audit_cb()
45 audit_log_untrustedstring(ab, ad->name); in audit_cb()
Dpolicy.c730 audit_log_untrustedstring(ab, ad->iface.ns); in audit_cb()
/linux-6.6.21/kernel/
Daudit.c1465 audit_log_untrustedstring(ab, old); in audit_receive_msg()
1467 audit_log_untrustedstring(ab, new); in audit_receive_msg()
1623 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_multicast()
2135 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() function
2160 audit_log_untrustedstring(ab, p); in audit_log_d_path()
2176 audit_log_untrustedstring(ab, key); in audit_log_key()
2275 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task_info()
Daudit_fsnotify.c127 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change()
Dauditsc.c1119 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
1478 audit_log_untrustedstring(ab, context->module.name); in show_special()
1531 audit_log_untrustedstring(ab, n->name->name); in audit_log_name()
2939 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in __audit_log_nfcfg()
2962 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
Daudit_watch.c238 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
Daudit_tree.c536 audit_log_untrustedstring(ab, rule->tree->pathname); in audit_tree_log_remove_rule()
/linux-6.6.21/security/smack/
Dsmack_access.c319 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback()
321 audit_log_untrustedstring(ab, sad->object); in smack_log_callback()
/linux-6.6.21/drivers/tty/
Dtty_audit.c79 audit_log_untrustedstring(ab, name); in tty_audit_log()
/linux-6.6.21/security/integrity/evm/
Devm_secfs.c223 audit_log_untrustedstring(ab, xattr->name); in evm_write_xattrs()
/linux-6.6.21/include/linux/
Daudit.h176 extern void audit_log_untrustedstring(struct audit_buffer *ab,
236 static inline void audit_log_untrustedstring(struct audit_buffer *ab, in audit_log_untrustedstring() function
/linux-6.6.21/security/integrity/ima/
Dima_api.c410 audit_log_untrustedstring(ab, filename); in ima_audit_measurement()