Function report |
Source Code:security\security.c |
Create Date:2022-07-28 18:38:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lsm_append
Proto:static int lsm_append(const char *new, char **result)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | new | |
char ** | result |
418 | If ( * result == NULL) Then |
422 | Else |
424 | If match_last_lsm( * result, new) Then Return 0 |
426 | cp = kasprintf(GFP_KERNEL, "%s,%s", * result, new) |
432 | Return 0 |
Name | Describe |
---|---|
security_init | security_init - initializes the security framework* This should be called early in the kernel initialization sequence. |
security_add_hooks | security_add_hooks - Add a modules hooks to the hook lists.*@hooks: the hooks to add*@count: the number of hooks to add*@lsm: the name of the security module* Each LSM has to register its hooks with the infrastructure. |
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 |