Function report |
Source Code:security\smack\smack_lsm.c |
Create Date:2022-07-28 19:24:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smack_secid_to_secctx - return the smack label for a secid*@secid: incoming integer*@secdata: destination*@seclen: how long it is* Exists for networking code.
Proto:static int smack_secid_to_secctx(unsigned int secid, char **secdata, unsigned int *seclen)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | secid | |
char ** | secdata | |
unsigned int * | seclen |
4455 | skp = smack_from_secid(secid) |
4460 | Return 0 |
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 |