| Function report | 
| Source Code: security\selinux\selinuxfs.c | Create Date:2022-07-28 19:05:24 | 
| 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_relabel
Proto:static ssize_t sel_write_relabel(struct file *file, char *buf, size_t size)
Type:ssize_t
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct file * | file | |
| char * | buf | |
| size_t | size | 
| 971 | char * newcon = NULL | 
| 982 | 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). | 
| 987 | 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). | 
| 992 | If sscanf - Unformat a buffer into a list of arguments*@buf: input buffer*@fmt: formatting of buffer*@...: resulting arguments != 3 Then Go to out | 
| 995 | length = security_context_str_to_sid(state, scon, & ssid, GFP_KERNEL) | 
| 999 | length = security_context_str_to_sid(state, tcon, & tsid, GFP_KERNEL) | 
| 1012 | If len > SIMPLE_TRANSACTION_LIMIT Then Go to out | 
| 1017 | out : | 
| 1021 | 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 |