1AUDIT_COMPARE_DNAME_(9) Audit Interfaces AUDIT_COMPARE_DNAME_(9)
2
3
4
6 audit_compare_dname_path - compare given dentry name with last
7 component in given path. Return of 0 indicates a match.
8
10 int audit_compare_dname_path(const char * dname, const char * path,
11 int parentlen);
12
14 dname
15 dentry name that we´re comparing
16
17 path
18 full pathname that we´re comparing
19
20 parentlen
21 length of the parent if known. Passing in AUDIT_NAME_FULL here
22 indicates that we must compute this value.
23
25Kernel Hackers Manual 2.6. June 2019 AUDIT_COMPARE_DNAME_(9)