From 52859b394446d3695be243b5582b2a36e050786e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 31 Jul 2015 10:32:32 -0700 Subject: [PATCH] fix build of evm patch for 3.14 --- ...evm-labeling-pseudo-filesystems-exception.patch | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/queue-3.14/evm-labeling-pseudo-filesystems-exception.patch b/queue-3.14/evm-labeling-pseudo-filesystems-exception.patch index 3fedc669c6d..abd248f62e3 100644 --- a/queue-3.14/evm-labeling-pseudo-filesystems-exception.patch +++ b/queue-3.14/evm-labeling-pseudo-filesystems-exception.patch @@ -19,12 +19,20 @@ Signed-off-by: Mimi Zohar Signed-off-by: Greg Kroah-Hartman --- - security/integrity/evm/evm_main.c | 11 +++++++++++ - 1 file changed, 11 insertions(+) + security/integrity/evm/evm_main.c | 12 ++++++++++++ + 1 file changed, 12 insertions(+) --- a/security/integrity/evm/evm_main.c +++ b/security/integrity/evm/evm_main.c -@@ -275,6 +275,17 @@ static int evm_protect_xattr(struct dent +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include + #include "evm.h" + +@@ -275,6 +276,17 @@ static int evm_protect_xattr(struct dent iint = integrity_iint_find(dentry->d_inode); if (iint && (iint->flags & IMA_NEW_FILE)) return 0; -- 2.47.3