函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:selinux_is_sblabel_mnt

函数原型:static int selinux_is_sblabel_mnt(struct super_block *sb)

返回类型:int

参数:

类型参数名称
struct super_block *sb
511  sbsec等于s_security
517  BUILD_BUG_ON - break compile if a condition is true(Highest SECURITY_FS_USE_XXX != 7)
520  : labeling behavior 恒等于use xattr
521  : labeling behavior 恒等于use transition SIDs, e.g. devpts/tmpfs
522  : labeling behavior 恒等于use task SIDs, e.g. pipefs/sockfs
523  : labeling behavior 恒等于use native label support
524  返回:1
526  : labeling behavior 恒等于use the genfs support
527  返回:selinux_is_genfs_special_handling(sb)
530  : labeling behavior 恒等于use mountpoint labeling
531  : labeling behavior 恒等于 labeling support
532  默认
533  返回:0
调用者
名称描述
sb_finish_set_opts