函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:mmap_prot

函数原型:static inline unsigned long mmap_prot(struct file *file, unsigned long prot)

返回类型:unsigned long

参数:

类型参数名称
struct file *file
unsigned longprot
1418  如果prot按位与page can be read 按位或page can be executed 的值的值不等于page can be read 则返回:prot
1420  如果非personality按位与READ_IMPLIES_EXEC的值则返回:prot
1425  如果非file则返回:prot按位或page can be executed
1431  如果非path_noexec( & f_path)则
1439  返回:prot按位或page can be executed
1442  返回:prot
调用者
名称描述
security_mmap_file