函数逻辑报告 |
Source Code:security\apparmor\policy_ns.c |
Create Date:2022-07-27 21:43:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aa_prepare_ns - find an existing or create a new namespace of @name*@parent: ns to treat as parent*@name: the namespace to find or add (NOT NULL)* Returns: refcounted namespace or PTR_ERR if failed to create one
函数原型:struct aa_ns *aa_prepare_ns(struct aa_ns *parent, const char *name)
返回类型:struct aa_ns
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_ns * | parent | |
const char * | name |
312 | mutex_lock_nested( & lock, level) |
316 | 如果非ns则ns等于__aa_create_ns(parent, name, NULL) |
321 | 返回:ns |
名称 | 描述 |
---|---|
aa_replace_profiles | aa_replace_profiles - replace profile(s) on the profile list*@policy_ns: namespace load is occurring on*@label: label that is attempting to load/replace policy*@mask: permission mask*@udata: serialized data stream (NOT NULL)* unpack and replace a profile |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |