函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\selinux\avc.c Create Date:2022-07-27 20:16:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:avc_xperms_decision_alloc

函数原型:static struct avc_xperms_decision_node *avc_xperms_decision_alloc(u8 which)

返回类型:struct avc_xperms_decision_node

参数:

类型参数名称
u8which
297  xpd_node等于Shortcuts
298  如果非xpd_node则返回:NULL
301  xpd等于xpd
302  如果which按位与XPERMS_ALLOWED
303  allowed等于Shortcuts
305  如果非allowed则转到:error
308  如果which按位与XPERMS_AUDITALLOW
309  auditallow等于Shortcuts
311  如果非auditallow则转到:error
314  如果which按位与XPERMS_DONTAUDIT
315  dontaudit等于Shortcuts
317  如果非dontaudit则转到:error
320  返回:xpd_node
321  error :
322  avc_xperms_decision_free(xpd_node)
323  返回:NULL
调用者
名称描述
avc_add_xperms_decision
avc_xperms_populate