diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/evm.h b/include/linux/evm.h index 62deb6557d37..ea603c9e775d 100644 --- a/include/linux/evm.h +++ b/include/linux/evm.h | |||
@@ -85,7 +85,7 @@ static inline int evm_inode_init_security(struct inode *inode, | |||
85 | const struct xattr *xattr_array, | 85 | const struct xattr *xattr_array, |
86 | struct xattr *evm) | 86 | struct xattr *evm) |
87 | { | 87 | { |
88 | return -EOPNOTSUPP; | 88 | return 0; |
89 | } | 89 | } |
90 | 90 | ||
91 | #endif /* CONFIG_EVM_H */ | 91 | #endif /* CONFIG_EVM_H */ |