函数逻辑报告 |
Source Code:security\smack\smack_lsm.c |
Create Date:2022-07-27 20:50:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:smack_file_fcntl - Smack check on fcntl*@file: the object*@cmd: what action to check*@arg: unused* Generally these operations are harmless
函数原型:static int smack_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file | |
unsigned int | cmd | |
unsigned long | arg |
1617 | rc等于0 |
1618 | inode等于file_inode(file) |
1620 | 如果此条件成立可能性小(为编译器优化)(IS_PRIVATE(inode))则返回:0 |
1625 | 退出 |
1629 | smk_ad_setfield_u_fs_path( & ad, f_path) |
1631 | rc等于smk_bu_file(file, Locks should be writes, but ... , rc) |
1632 | 退出 |
1636 | smk_ad_setfield_u_fs_path( & ad, f_path) |
1638 | rc等于smk_bu_file(file, MAY_WRITE, rc) |
1639 | 退出 |
1640 | 默认 |
1641 | 退出 |
1644 | 返回:rc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |