函数逻辑报告 |
Source Code:security\device_cgroup.c |
Create Date:2022-07-27 21:52:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__devcgroup_check_permission - checks if an inode operation is permitted*@dev_cgroup: the dev cgroup to be tested against*@type: device type*@major: device major number*@minor: device minor number*@access: combination of DEVCG_ACC_WRITE, DEVCG_ACC_READ
函数原型:static int __devcgroup_check_permission(short type, unsigned int major, unsigned int minor, short access)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
short | type | |
unsigned int | major | |
unsigned int | minor | |
short | access |
811 | dev_cgroup等于task_devcgroup(当前进程) |
825 | 返回:0 |
名称 | 描述 |
---|---|
devcgroup_check_permission |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |