diff options
Diffstat (limited to 'security/integrity/evm/evm_posix_acl.c')
-rw-r--r-- | security/integrity/evm/evm_posix_acl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/integrity/evm/evm_posix_acl.c b/security/integrity/evm/evm_posix_acl.c index b1753e98bf9a..46408b9e62e8 100644 --- a/security/integrity/evm/evm_posix_acl.c +++ b/security/integrity/evm/evm_posix_acl.c | |||
@@ -11,8 +11,9 @@ | |||
11 | 11 | ||
12 | #include <linux/module.h> | 12 | #include <linux/module.h> |
13 | #include <linux/xattr.h> | 13 | #include <linux/xattr.h> |
14 | #include <linux/evm.h> | ||
14 | 15 | ||
15 | int posix_xattr_acl(char *xattr) | 16 | int posix_xattr_acl(const char *xattr) |
16 | { | 17 | { |
17 | int xattr_len = strlen(xattr); | 18 | int xattr_len = strlen(xattr); |
18 | 19 | ||