函数逻辑报告 |
Source Code:security\selinux\hooks.c |
Create Date:2022-07-27 20:33:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:selinux_msg_queue_msgsnd
函数原型:static int selinux_msg_queue_msgsnd(struct kern_ipc_perm *msq, struct msg_msg *msg, int msqflg)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct kern_ipc_perm * | msq | |
struct msg_msg * | msg | |
int | msqflg |
6011 | isec等于selinux_ipc(msq) |
6012 | msec等于selinux_msg_msg(msg) |
6017 | 如果 SID of message 恒等于SECINITSID_UNLABELED则 |
6022 | rc等于security_transition_sid( & selinux_state, sid, SID of IPC resource , SECCLASS_MSG, NULL, & SID of message ) |
6028 | type等于LSM_AUDIT_DATA_IPC |
6046 | 返回:rc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |