函数逻辑报告 |
Source Code:security\device_cgroup.c |
Create Date:2022-07-27 21:52:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:propagate_exception - propagates a new exception to the children*@devcg_root: device cgroup that added a new exception*@ex: new exception to be propagated* returns: 0 in case of success, != 0 in case of error
函数原型:static int propagate_exception(struct dev_cgroup *devcg_root, struct dev_exception_item *ex)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dev_cgroup * | devcg_root | |
struct dev_exception_item * | ex |
537 | rc等于0 |
542 | devcg等于css_to_devcgroup(pos) |
550 | 如果pos恒等于css或非is_devcg_online(devcg)则继续下一循环 |
559 | 如果behavior恒等于DEVCG_DEFAULT_ALLOW且behavior恒等于DEVCG_DEFAULT_ALLOW则 |
564 | 否则 |
579 | 返回:rc |
名称 | 描述 |
---|---|
devcgroup_update_access | Modify the exception list using allow/deny rules |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |