函数逻辑报告 |
Source Code:security\smack\smack_lsm.c |
Create Date:2022-07-27 20:52:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:smack_msg_queue_msgctl - Smack access check for msg_queue*@isp: the object*@cmd: what it wants to do* Returns 0 if current has the requested access, error code otherwise
函数原型:static int smack_msg_queue_msgctl(struct kern_ipc_perm *isp, int cmd)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kern_ipc_perm * | isp | |
int | cmd |
3164 | 当:cmd恒等于get ipc_perm options |
3165 | 当:cmd恒等于pcs ctl commands |
3166 | 当:cmd恒等于MSG_STAT_ANY |
3169 | 当:cmd恒等于set ipc_perm options |
3170 | 当:cmd恒等于move resource |
3171 | may等于MAY_READWRITE |
3172 | 退出 |
3178 | 返回:0 |
3179 | 默认 |
3180 | 返回:负EINVAL |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |