Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:security_getprocattr

Proto:int security_getprocattr(struct task_struct *p, const char *lsm, char *name, char **value)

Type:int

Parameter:

TypeParameterName
struct task_struct *p
const char *lsm
char *name
char **value
1884  If lsm != NULL && strcmp(lsm, lsm) Then Continue
1886  Return getprocattr(p, name, value)
1888  Return -EINVAL