函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\common.h Create Date:2022-07-27 21:02:05
Last Modify:2020-03-18 09:12:16 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:moyo_current_namespace - Get "struct tomoyo_policy_namespace" for current thread.* Returns pointer to "struct tomoyo_policy_namespace" for current thread.

函数原型:static inline struct tomoyo_policy_namespace *tomoyo_current_namespace(void)

返回类型:struct tomoyo_policy_namespace

参数:

1277  返回: Namespace for this domain. Never NULL.
调用者
名称描述
tomoyo_namespace_jumpmoyo_namespace_jump - Check for namespace jump.*@domainname: Name of domain.* Returns true if namespace differs, false otherwise.