Function report |
Source Code:security\apparmor\lsm.c |
Create Date:2022-07-28 19:53:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apparmor_path_link
Proto:static int apparmor_path_link(struct dentry *old_dentry, const struct path *new_dir, struct dentry *new_dentry)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | old_dentry | |
const struct path * | new_dir | |
struct dentry * | new_dentry |
340 | error = 0 |
342 | If Not path_mediated_fs(old_dentry) Then Return 0 |
346 | If Not unconfined(label) Then error = aa_path_link(label, old_dentry, new_dir, new_dentry) |
350 | 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 |