Home
last modified time | relevance | path

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

/linux/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/kernel/
H A Daudit.c2280 * audit_log_path_denied - report a path restriction denial
2284 void audit_log_path_denied(int type, const char *operation) in audit_log_path_denied() function