| Function report | 
| Source Code: security\apparmor\mount.c | Create Date:2022-07-28 19:54:43 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:aa_move_mount
Proto:int aa_move_mount(struct aa_label *label, const struct path *path, const char *orig_name)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct aa_label * | label | |
| const struct path * | path | |
| const char * | orig_name | 
| 488 | char * buffer = NULL, * old_buffer = NULL | 
| 498 | error = kern_path(orig_name, llow links at the end , & old_path) | 
| 502 | buffer = aa_get_buffer(false) | 
| 503 | old_buffer = aa_get_buffer(false) | 
| 505 | If Not buffer || Not old_buffer Then Go to out | 
| 510 | out : | 
| 511 | aa_put_buffer(buffer) | 
| 512 | aa_put_buffer(old_buffer) | 
| 515 | Return error | 
| 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 |