Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\selinux\selinuxfs.c Create Date:2022-07-28 19:04:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sel_make_policy_nodes

Proto:static int sel_make_policy_nodes(struct selinux_fs_info *fsi)

Type:int

Parameter:

TypeParameterName
struct selinux_fs_info *fsi
509  ret = declaration for sel_write_load
510  If ret Then
511  pr_err("SELinux: failed to load policy booleans\n")
512  Return ret
515  ret = sel_make_classes(fsi)
516  If ret Then
517  pr_err("SELinux: failed to load policy classes\n")
518  Return ret
521  ret = sel_make_policycap(fsi)
522  If ret Then
523  pr_err("SELinux: failed to load policy capabilities\n")
524  Return ret
527  Return 0
Caller
NameDescribe
sel_write_load
sel_fill_super