函数逻辑报告 |
Source Code:security\selinux\hooks.c |
Create Date:2022-07-27 20:26:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:selinux_add_mnt_opt
函数原型:static int selinux_add_mnt_opt(const char *option, const char *val, int len, void **mnt_opts)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | option | |
const char * | val | |
int | len | |
void ** | mnt_opts |
1054 | 如果token不等于Opt_seclabel则 |
1056 | 如果非val则 |
1061 | rc等于selinux_add_opt(token, val, mnt_opts) |
1062 | 如果此条件成立可能性小(为编译器优化)(rc)则 |
1066 | 返回:rc |
1068 | free_opt : |
1069 | 如果mnt_opts则 |
1070 | selinux_free_mnt_opts( * mnt_opts) |
1071 | * mnt_opts = NULL |
1073 | 返回:rc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |