/linux-6.1.9/security/ |
D | lsm_audit.c | 209 audit_log_untrustedstring(ab, memcpy(comm, current->comm, sizeof(comm))); in dump_common_audit_data() 228 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 241 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 254 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 266 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() 287 audit_log_untrustedstring(ab, dentry->d_name.name); in dump_common_audit_data() 291 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data() 303 audit_log_untrustedstring(ab, in dump_common_audit_data() 355 audit_log_untrustedstring(ab, p); in dump_common_audit_data() [all …]
|
/linux-6.1.9/security/integrity/ |
D | integrity_audit.c | 57 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.1.9/security/apparmor/ |
D | audit.c | 82 audit_log_untrustedstring(ab, in audit_pre() 86 audit_log_untrustedstring(ab, profile->base.hname); in audit_pre() 96 audit_log_untrustedstring(ab, aad(sa)->name); in audit_pre()
|
D | mount.c | 92 audit_log_untrustedstring(ab, aad(sa)->mnt.type); in audit_cb() 96 audit_log_untrustedstring(ab, aad(sa)->mnt.src_name); in audit_cb() 100 audit_log_untrustedstring(ab, aad(sa)->mnt.trans); in audit_cb() 109 audit_log_untrustedstring(ab, aad(sa)->mnt.data); in audit_cb()
|
D | capability.c | 49 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
|
D | policy_unpack.c | 84 audit_log_untrustedstring(ab, aad(sa)->iface.ns); in audit_cb() 88 audit_log_untrustedstring(ab, aad(sa)->name); in audit_cb()
|
D | file.c | 73 audit_log_untrustedstring(ab, aad(sa)->fs.target); in file_audit_cb()
|
D | policy.c | 602 audit_log_untrustedstring(ab, aad(sa)->iface.ns); in audit_cb()
|
/linux-6.1.9/kernel/ |
D | audit.c | 1453 audit_log_untrustedstring(ab, old); in audit_receive_msg() 1455 audit_log_untrustedstring(ab, new); in audit_receive_msg() 1607 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_multicast() 2119 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() function 2144 audit_log_untrustedstring(ab, p); in audit_log_d_path() 2160 audit_log_untrustedstring(ab, key); in audit_log_key() 2259 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task_info()
|
D | audit_fsnotify.c | 127 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change()
|
D | auditsc.c | 1111 audit_log_untrustedstring(ab, comm); in audit_log_pid_context() 1474 audit_log_untrustedstring(ab, context->module.name); in show_special() 1527 audit_log_untrustedstring(ab, n->name->name); in audit_log_name() 2922 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in __audit_log_nfcfg() 2945 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
|
D | audit_watch.c | 238 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
|
D | audit_tree.c | 536 audit_log_untrustedstring(ab, rule->tree->pathname); in audit_tree_log_remove_rule()
|
/linux-6.1.9/security/smack/ |
D | smack_access.c | 319 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback() 321 audit_log_untrustedstring(ab, sad->object); in smack_log_callback()
|
/linux-6.1.9/drivers/tty/ |
D | tty_audit.c | 78 audit_log_untrustedstring(ab, name); in tty_audit_log()
|
/linux-6.1.9/security/integrity/evm/ |
D | evm_secfs.c | 223 audit_log_untrustedstring(ab, xattr->name); in evm_write_xattrs()
|
/linux-6.1.9/include/linux/ |
D | audit.h | 175 extern void audit_log_untrustedstring(struct audit_buffer *ab, 235 static inline void audit_log_untrustedstring(struct audit_buffer *ab, in audit_log_untrustedstring() function
|
/linux-6.1.9/security/integrity/ima/ |
D | ima_api.c | 408 audit_log_untrustedstring(ab, filename); in ima_audit_measurement()
|