Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:27:59 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__audit_getname - add a name to the list*@name: name to add* Add a name to the list of audit names for this context.* Called from fs/namei.c:getname().
Proto:void __audit_getname(struct filename *name)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct filename * | name |
1877 | context = audit_context() |
1880 | If Not 1 if task is in a syscall Then Return |
1883 | n = audit_alloc_name(context, we don't know yet ) |
1884 | If Not n Then Return |
1890 | refcnt++ |
1892 | If Not dentry Then get_fs_pwd(fs, & pwd) |
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 |