Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\common.h Create Date:2022-07-28 19:32:44
Last Modify:2020-03-18 09:12:16 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:moyo_current_namespace - Get "struct tomoyo_policy_namespace" for current thread.* Returns pointer to "struct tomoyo_policy_namespace" for current thread.

Proto:static inline struct tomoyo_policy_namespace *tomoyo_current_namespace(void)

Type:struct tomoyo_policy_namespace

Parameter:Nothing

1277  Return Namespace for this domain. Never NULL.
Caller
NameDescribe
tomoyo_namespace_jumpmoyo_namespace_jump - Check for namespace jump.*@domainname: Name of domain.* Returns true if namespace differs, false otherwise.