函数逻辑报告 |
Source Code:security\tomoyo\common.c |
Create Date:2022-07-27 21:04:20 |
Last Modify:2020-03-18 09:15:18 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_delete_domain - Delete a domain.*@domainname: The name of domain.* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock().
函数原型:static int tomoyo_delete_domain(char *domainname)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | domainname |
1094 | name等于domainname |
1095 | tomoyo_fill_path_info( & name) |
1096 | 如果mutex_lock_interruptible( & tomoyo_policy_lock)则返回:负EINTR |
1102 | 如果domain恒等于tomoyo_kernel_domain则继续下一循环 |
1107 | Delete flag. = true |
1108 | 退出 |
1111 | 返回:0 |
名称 | 描述 |
---|---|
tomoyo_write_domain | moyo_write_domain - Write domain policy.*@head: Pointer to "struct tomoyo_io_buffer".* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock(). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |