Searched refs:audit_log_d_path (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/security/ |
D | lsm_audit.c | 224 audit_log_d_path(ab, " path=", &a->u.path); in dump_common_audit_data() 237 audit_log_d_path(ab, " path=", &a->u.file->f_path); in dump_common_audit_data() 250 audit_log_d_path(ab, " path=", &a->u.op->path); in dump_common_audit_data() 349 audit_log_d_path(ab, " path=", &u->path); in dump_common_audit_data()
|
/linux-6.12.1/security/ipe/ |
D | audit.c | 148 audit_log_d_path(ab, " path=", &ctx->file->f_path); in ipe_audit_match()
|
/linux-6.12.1/include/linux/ |
D | audit.h | 179 extern void audit_log_d_path(struct audit_buffer *ab, 240 static inline void audit_log_d_path(struct audit_buffer *ab, in audit_log_d_path() function
|
/linux-6.12.1/kernel/ |
D | audit.c | 2139 void audit_log_d_path(struct audit_buffer *ab, const char *prefix, in audit_log_d_path() function 2219 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()
|
D | auditsc.c | 1525 audit_log_d_path(ab, " name=", path); in audit_log_name() 1538 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name() 1798 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit()
|