Searched refs:audit_log_d_path (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/ |
H A D | lsm_audit.c | 236 audit_log_d_path(ab, " path=", &a->u.path); in dump_common_audit_data() 250 audit_log_d_path(ab, " path=", &a->u.file->f_path); in dump_common_audit_data() 264 audit_log_d_path(ab, " path=", &a->u.op->path); in dump_common_audit_data() 365 audit_log_d_path(ab, " path=", &u->path); in dump_common_audit_data()
|
/kernel/linux/linux-6.6/security/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | audit.h | 178 extern void audit_log_d_path(struct audit_buffer *ab, 239 static inline void audit_log_d_path(struct audit_buffer *ab, in audit_log_d_path() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | audit.h | 178 extern void audit_log_d_path(struct audit_buffer *ab, 239 static inline void audit_log_d_path(struct audit_buffer *ab, in audit_log_d_path() function
|
/kernel/linux/linux-5.10/kernel/ |
H A D | auditsc.c | 1410 audit_log_d_path(ab, " name=", path); in audit_log_name() 1422 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name() 1635 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit()
|
H A D | audit.c | 2141 void audit_log_d_path(struct audit_buffer *ab, const char *prefix, in audit_log_d_path() function 2221 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()
|
/kernel/linux/linux-6.6/kernel/ |
H A 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()
|
H A D | audit.c | 2141 void audit_log_d_path(struct audit_buffer *ab, const char *prefix, in audit_log_d_path() function 2221 audit_log_d_path(ab, " exe=", &exe_file->f_path); in audit_log_d_path_exe()
|
Completed in 18 milliseconds