Home
last modified time | relevance | path

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

/Linux-v4.19/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()
269 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
280 audit_log_untrustedstring(ab, a->u.dentry->d_name.name); in dump_common_audit_data()
285 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
298 audit_log_untrustedstring(ab, in dump_common_audit_data()
303 audit_log_untrustedstring(ab, inode->i_sb->s_id); in dump_common_audit_data()
314 audit_log_untrustedstring(ab, in dump_common_audit_data()
364 audit_log_untrustedstring(ab, p); in dump_common_audit_data()
[all …]
/Linux-v4.19/security/integrity/
Dintegrity_audit.c49 audit_log_untrustedstring(ab, get_task_comm(name, current)); in integrity_audit_msg()
52 audit_log_untrustedstring(ab, fname); in integrity_audit_msg()
56 audit_log_untrustedstring(ab, inode->i_sb->s_id); in integrity_audit_msg()
/Linux-v4.19/security/apparmor/
Daudit.c88 audit_log_untrustedstring(ab, in audit_pre()
92 audit_log_untrustedstring(ab, profile->base.hname); in audit_pre()
102 audit_log_untrustedstring(ab, aad(sa)->name); in audit_pre()
Dmount.c95 audit_log_untrustedstring(ab, aad(sa)->mnt.type); in audit_cb()
99 audit_log_untrustedstring(ab, aad(sa)->mnt.src_name); in audit_cb()
103 audit_log_untrustedstring(ab, aad(sa)->mnt.trans); in audit_cb()
112 audit_log_untrustedstring(ab, aad(sa)->mnt.data); in audit_cb()
Dcapability.c53 audit_log_untrustedstring(ab, capability_names[sa->u.cap]); in audit_cb()
Dpolicy_unpack.c87 audit_log_untrustedstring(ab, aad(sa)->iface.ns); in audit_cb()
91 audit_log_untrustedstring(ab, aad(sa)->name); in audit_cb()
Dfile.c86 audit_log_untrustedstring(ab, aad(sa)->fs.target); in file_audit_cb()
Dpolicy.c604 audit_log_untrustedstring(ab, aad(sa)->iface.ns); in audit_cb()
/Linux-v4.19/kernel/
Daudit.c1409 audit_log_untrustedstring(ab, old); in audit_receive_msg()
1411 audit_log_untrustedstring(ab, new); in audit_receive_msg()
2011 void audit_log_untrustedstring(struct audit_buffer *ab, const char *string) in audit_log_untrustedstring() function
2036 audit_log_untrustedstring(ab, p); in audit_log_d_path()
2052 audit_log_untrustedstring(ab, key); in audit_log_key()
2137 audit_log_untrustedstring(ab, n->name->name); in audit_log_name()
2298 audit_log_untrustedstring(ab, get_task_comm(comm, tsk)); in audit_log_task_info()
Daudit_fsnotify.c137 audit_log_untrustedstring(ab, audit_mark->path); in audit_mark_log_rule_change()
Daudit_watch.c252 audit_log_untrustedstring(ab, w->path); in audit_watch_log_rule_change()
Dauditsc.c1003 audit_log_untrustedstring(ab, comm); in audit_log_pid_context()
1283 audit_log_untrustedstring(ab, context->module.name); in show_special()
2448 audit_log_untrustedstring(ab, get_task_comm(comm, current)); in audit_log_task()
Daudit_tree.c508 audit_log_untrustedstring(ab, rule->tree->pathname); in audit_tree_log_remove_rule()
/Linux-v4.19/security/smack/
Dsmack_access.c324 audit_log_untrustedstring(ab, sad->subject); in smack_log_callback()
326 audit_log_untrustedstring(ab, sad->object); in smack_log_callback()
/Linux-v4.19/drivers/tty/
Dtty_audit.c78 audit_log_untrustedstring(ab, name); in tty_audit_log()
/Linux-v4.19/include/linux/
Daudit.h145 extern void audit_log_untrustedstring(struct audit_buffer *ab,
190 static inline void audit_log_untrustedstring(struct audit_buffer *ab, in audit_log_untrustedstring() function
/Linux-v4.19/security/integrity/evm/
Devm_secfs.c232 audit_log_untrustedstring(ab, xattr->name); in evm_write_xattrs()
/Linux-v4.19/security/integrity/ima/
Dima_api.c335 audit_log_untrustedstring(ab, filename); in ima_audit_measurement()