login
Header Space

 
 

__audit_inode_child(9)

July 19, 2007 - 1:23am
Submitted by Jeremy on July 19, 2007 - 1:23am.

INDEX

    NAME, SYNOPSIS, ARGUMENTS, DESCRIPTION, COPYRIGHT

    "__AUDIT_INODE_CHILD" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Audit Interfaces"

    NAME

    __audit_inode_child - collect inode info for created/removed objects

    SYNOPSIS

    "void __audit_inode_child(const char * " "dname" ", const struct inode * " "inode" ", const struct inode * " "parent" ");"

    ARGUMENTS

    dname

    inode's dentry name
    inode
    inode being audited parent inode of dentry parent

    DESCRIPTION

    For syscalls that create or remove filesystem objects, audit_inode can only collect information for the filesystem object's parent. This call updates the audit context with the child's information. Syscalls that create a new filesystem object must be hooked after the object is created. Syscalls that remove a filesystem object must be hooked prior, in order to capture the target inode during unsuccessful attempts.

    COPYRIGHT

speck-geostationary