Function report |
Source Code:security\selinux\selinuxfs.c |
Create Date:2022-07-28 19:05:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sel_write_member
Proto:static ssize_t sel_write_member(struct file *file, char *buf, size_t size)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
char * | buf | |
size_t | size |
1097 | char * newcon = NULL |
1108 | scon = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
1113 | tcon = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
1118 | If sscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: formatting of buffer*@...: resulting arguments != 3 Then Go to out |
1121 | length = security_context_str_to_sid(state, scon, & ssid, GFP_KERNEL) |
1125 | length = security_context_str_to_sid(state, tcon, & tsid, GFP_KERNEL) |
1138 | If len > SIMPLE_TRANSACTION_LIMIT Then |
1146 | out : |
1150 | Return length |
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 |