other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
AUDIT_COMPARE_DNAME_(9) | Audit Interfaces | AUDIT_COMPARE_DNAME_(9) |
NAME¶
audit_compare_dname_path - compare given dentry name with last component in given path. Return of 0 indicates a match.SYNOPSIS¶
int
audit_compare_dname_path(const char * dname,
const char * path,
int parentlen);
ARGUMENTS¶
dnamedentry name that we're comparing
path
full pathname that we're comparing
parentlen
length of the parent if known. Passing in
AUDIT_NAME_FULL here indicates that we must compute this value.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |