Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ima_lsm_policy_change

Proto:int ima_lsm_policy_change(struct notifier_block *nb, unsigned long event, void *lsm_data)

Type:int

Parameter:

TypeParameterName
struct notifier_block *nb
unsigned longevent
void *lsm_data
351  If event != LSM_POLICY_CHANGE Then Return Don't care
354  The LSM policy can be reloaded, leaving the IMA LSM based rules referring* to the old, stale LSM policy. Update the IMA LSM based rules to reflect* the reloaded LSM policy.
355  Return Suits me