table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
__AUDIT_REUSENAME(9) | Audit Interfaces | __AUDIT_REUSENAME(9) |
NAME¶
__audit_reusename - fill out filename with info from existing entrySYNOPSIS¶
struct
filename *
__audit_reusename(const __user char * uptr);
ARGUMENTS¶
uptruserland ptr to pathname
DESCRIPTION¶
Search the audit_names list for the current audit context. If there is an existing entry with a matching “uptr” then return the filename associated with that audit_name. If not, return NULL.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |