函数逻辑报告 |
Source Code:security\tomoyo\domain.c |
Create Date:2022-07-27 21:08:31 |
Last Modify:2022-05-23 20:14:46 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_same_acl_head - Check for duplicated "struct tomoyo_acl_info" entry.*@a: Pointer to "struct tomoyo_acl_info".*@b: Pointer to "struct tomoyo_acl_info".* Returns true if @a == @b, false otherwise.
函数原型:static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a, const struct tomoyo_acl_info *b)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct tomoyo_acl_info * | a | |
const struct tomoyo_acl_info * | b |
76 | 返回: One of values in "enum tomoyo_acl_entry_type_index". 恒等于 One of values in "enum tomoyo_acl_entry_type_index". 且 Maybe NULL. 恒等于 Maybe NULL. |
名称 | 描述 |
---|---|
tomoyo_update_domain | moyo_update_domain - Update an entry for domain policy.*@new_entry: Pointer to "struct tomoyo_acl_info".*@size: Size of @new_entry in bytes.*@param: Pointer to "struct tomoyo_acl_param".*@check_duplicate: Callback function to find duplicated entry. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |