diff options
Diffstat (limited to 'include/linux/security.h')
-rw-r--r-- | include/linux/security.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/security.h b/include/linux/security.h index 98112cf93884..0ccceb9b1046 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -590,6 +590,8 @@ static inline void security_free_mnt_opts(struct security_mnt_opts *opts) | |||
590 | * @reqprot contains the protection requested by the application. | 590 | * @reqprot contains the protection requested by the application. |
591 | * @prot contains the protection that will be applied by the kernel. | 591 | * @prot contains the protection that will be applied by the kernel. |
592 | * @flags contains the operational flags. | 592 | * @flags contains the operational flags. |
593 | * @addr contains virtual address that will be used for the operation. | ||
594 | * @addr_only contains a boolean: 0 if file-backed VMA, otherwise 1. | ||
593 | * Return 0 if permission is granted. | 595 | * Return 0 if permission is granted. |
594 | * @file_mprotect: | 596 | * @file_mprotect: |
595 | * Check permissions before changing memory access permissions. | 597 | * Check permissions before changing memory access permissions. |
@@ -2043,7 +2045,7 @@ static inline void security_inode_free(struct inode *inode) | |||
2043 | static inline int security_inode_init_security(struct inode *inode, | 2045 | static inline int security_inode_init_security(struct inode *inode, |
2044 | struct inode *dir, | 2046 | struct inode *dir, |
2045 | const struct qstr *qstr, | 2047 | const struct qstr *qstr, |
2046 | initxattrs initxattrs, | 2048 | const initxattrs initxattrs, |
2047 | void *fs_data) | 2049 | void *fs_data) |
2048 | { | 2050 | { |
2049 | return 0; | 2051 | return 0; |