函数逻辑报告 |
Source Code:security\selinux\hooks.c |
Create Date:2022-07-27 20:29:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:selinux_inode_permission
函数原型:static int selinux_inode_permission(struct inode *inode, int mask)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
int | mask |
3041 | cred等于current_cred - Access the current task's subjective credentials* Access the subjective credentials of the current task. RCU-safe,* since nobody else can modify it.() |
3051 | from_access等于mask按位与MAY_ACCESS |
3052 | mask与等于MAY_READ按位或MAY_WRITE按位或MAY_EXEC按位或MAY_APPEND |
3055 | 如果非mask则返回:0 |
3058 | validate_creds(cred) |
3060 | 如果此条件成立可能性小(为编译器优化)(IS_PRIVATE(inode))则返回:0 |
3074 | audited等于avc_audit_required(perms, & avd, rc, from_access ? FILE__AUDIT_ACCESS : 0, & denied) |
3077 | 如果此条件成立可能性大(为编译器优化)(!audited)则返回:rc |
3081 | 如果flags按位与called from RCU mode, don't block 则返回:负ECHILD |
3087 | 返回:rc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |