函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:avc_init - Initialize the AVC.* Initialize the access vector cache.

函数原型:void __init avc_init(void)

返回类型:void

参数:

136  avc_node_cachep等于创建高速缓存区
138  avc_xperms_cachep等于创建高速缓存区
141  avc_xperms_decision_cachep等于创建高速缓存区
145  avc_xperms_data_cachep等于创建高速缓存区
调用者
名称描述
selinux_init