Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A 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.15/fs/
H A Dnamei.c1194 audit_log_path_denied(AUDIT_ANOM_LINK, "follow_link"); in may_follow_link()
1273 audit_log_path_denied(AUDIT_ANOM_LINK, "linkat"); in may_linkat()
1328 audit_log_path_denied(AUDIT_ANOM_CREAT, "sticky_create"); in may_create_in_sticky()
1334 audit_log_path_denied(AUDIT_ANOM_CREAT, in may_create_in_sticky()
1340 audit_log_path_denied(AUDIT_ANOM_CREAT, in may_create_in_sticky()
/linux-6.15/kernel/
H A Daudit.c2284 void audit_log_path_denied(int type, const char *operation) in audit_log_path_denied() function