Home
last modified time | relevance | path

Searched refs:audit_log_path_denied (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Daudit.h184 extern void audit_log_path_denied(int type,
246 static inline void audit_log_path_denied(int type, const char *operation) in audit_log_path_denied() function
/linux-6.12.1/fs/
Dnamei.c1133 audit_log_path_denied(AUDIT_ANOM_LINK, "follow_link"); in may_follow_link()
1212 audit_log_path_denied(AUDIT_ANOM_LINK, "linkat"); in may_linkat()
1267 audit_log_path_denied(AUDIT_ANOM_CREAT, "sticky_create"); in may_create_in_sticky()
1273 audit_log_path_denied(AUDIT_ANOM_CREAT, in may_create_in_sticky()
1279 audit_log_path_denied(AUDIT_ANOM_CREAT, in may_create_in_sticky()
/linux-6.12.1/kernel/
Daudit.c2284 void audit_log_path_denied(int type, const char *operation) in audit_log_path_denied() function