Function report |
Source Code:security\smack\smack_lsm.c |
Create Date:2022-07-28 19:23:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smack_getprocattr - Smack process attribute access*@p: the object task*@name: the name of the attribute in /proc/.../attr*@value: where to put the result* Places a copy of the task Smack into value* Returns the length of the smack label or an error code
Proto:static int smack_getprocattr(struct task_struct *p, char *name, char **value)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
char * | name | |
char ** | value |
3490 | skp = smk_of_task_struct(p) |
3503 | Return slen |
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 |