Function report |
Source Code:security\security.c |
Create Date:2022-07-28 18:39:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:security_inode_readlink
Proto:int security_inode_readlink(struct dentry *dentry)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry |
1187 | Return call_int_hook(inode_readlink, 0, dentry) |
Name | Describe |
---|---|
vfs_get_link | vfs_get_link - get symlink body*@dentry: dentry on which to get symbolic link*@done: caller needs to free returned data with this* Calls security hook and i_op->get_link() on the supplied inode.* It does not touch atime |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |