__AUDIT_GETNAME

Section: Audit Interfaces (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

__audit_getname - add a name to the list  

SYNOPSIS

void __audit_getname(const char * name);
 

ARGUMENTS

name

name to add
 

DESCRIPTION

Add a name to the list of audit names for this context. Called from fs/namei.c:getname.  

COPYRIGHT