aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/security.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/security.h')
-rw-r--r--include/linux/security.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/security.h b/include/linux/security.h
index f1bae0963ddc..4e5a73cdbbef 100644
--- a/include/linux/security.h
+++ b/include/linux/security.h
@@ -1745,8 +1745,8 @@ int security_file_permission(struct file *file, int mask);
1745int security_file_alloc(struct file *file); 1745int security_file_alloc(struct file *file);
1746void security_file_free(struct file *file); 1746void security_file_free(struct file *file);
1747int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 1747int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1748int security_mmap_file(struct file *file, unsigned long reqprot, 1748int security_mmap_file(struct file *file, unsigned long prot,
1749 unsigned long prot, unsigned long flags); 1749 unsigned long flags);
1750int security_mmap_addr(unsigned long addr); 1750int security_mmap_addr(unsigned long addr);
1751int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, 1751int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
1752 unsigned long prot); 1752 unsigned long prot);
@@ -2183,8 +2183,7 @@ static inline int security_file_ioctl(struct file *file, unsigned int cmd,
2183 return 0; 2183 return 0;
2184} 2184}
2185 2185
2186static inline int security_mmap_file(struct file *file, unsigned long reqprot, 2186static inline int security_mmap_file(struct file *file, unsigned long prot,
2187 unsigned long prot,
2188 unsigned long flags) 2187 unsigned long flags)
2189{ 2188{
2190 return 0; 2189 return 0;