Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:security_mmap_file

Proto:int security_mmap_file(struct file *file, unsigned long prot, unsigned long flags)

Type:int

Parameter:

TypeParameterName
struct file *file
unsigned longprot
unsigned longflags
1449  ret = call_int_hook(mmap_file, 0, file, prot, mmap_prot(file, prot), flags)
1451  If ret Then Return ret
1453  Return ima_file_mmap(file, prot)