table of contents
        
      
      
    | __AUDIT_GETNAME(9) | Audit Interfaces | __AUDIT_GETNAME(9) | 
NAME¶
__audit_getname - add a name to the list
SYNOPSIS¶
void __audit_getname(struct filename * 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¶
| May 2024 | Kernel Hackers Manual 2.6. |