函数逻辑报告 |
Source Code:security\tomoyo\util.c |
Create Date:2022-07-27 21:17:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_domain_quota_is_ok - Check for domain's quota.*@r: Pointer to "struct tomoyo_request_info".* Returns true if the domain is not exceeded quota, false otherwise.* Caller holds tomoyo_read_lock().
函数原型:bool tomoyo_domain_quota_is_ok(struct tomoyo_request_info *r)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct tomoyo_request_info * | r |
1024 | count等于0 |
1028 | 如果One of tomoyo_mode_index . 不等于TOMOYO_CONFIG_LEARNING则返回:false |
1030 | 如果非domain则返回:true |
1037 | 如果 true or false or TOMOYO_GC_IN_PROGRESS 则继续下一循环 |
1049 | perm = ({ |
1050 | })->perm |
1051 | 退出 |
1067 | 默认 |
1068 | perm等于1 |
1072 | count自加 |
1074 | 如果count小于pref[TOMOYO_PREF_MAX_LEARNING_ENTRY]则返回:true |
1077 | 如果非flags[TOMOYO_DIF_QUOTA_WARNED]则 |
1078 | flags[TOMOYO_DIF_QUOTA_WARNED] = true |
1086 | 返回:false |
名称 | 描述 |
---|---|
tomoyo_supervisor | moyo_supervisor - Ask for the supervisor's decision |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |