Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:selinux_fs_context_parse_param

Proto:static int selinux_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param)

Type:int

Parameter:

TypeParameterName
struct fs_context *fc
struct fs_parameter *param
2839  opt = fs_parse(fc, & selinux_fs_parameters, param, & result)
2840  If opt < 0 Then Return opt
2843  rc = selinux_add_opt(opt, string, & Linux S&M options )
2844  If Not rc Then
2845  string = NULL
2846  rc = 1
2848  Return rc