函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_policy.c Create Date:2022-07-27 22:02:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ima_lsm_policy_change

函数原型:int ima_lsm_policy_change(struct notifier_block *nb, unsigned long event, void *lsm_data)

返回类型:int

参数:

类型参数名称
struct notifier_block *nb
unsigned longevent
void *lsm_data
351  如果event不等于LSM_POLICY_CHANGE则返回: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  返回:Suits me