diff options
author | lumag <dbaryshkov@gmail.com> | 2019-07-24 14:23:26 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-08-04 12:17:25 -0700 |
commit | fc20f45964fd36d6b25909876e306503a64fe0ce (patch) | |
tree | 60bef625f60e4f8e6d9b52016887ed89d45a7984 | |
parent | 2fa48c800d581d4219bdf7980a1b24854feb737e (diff) | |
download | meta-security-fc20f45964fd36d6b25909876e306503a64fe0ce.tar.gz |
ima-evm-utils: refresh xattr patch
Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin-solenikov@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch b/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch index c0bdd9b..ffa65df 100644 --- a/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch +++ b/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/evmctl.c-do-not-depend-on-xattr.h-with-IMA-defines.patch | |||
@@ -23,9 +23,9 @@ diff --git a/src/evmctl.c b/src/evmctl.c | |||
23 | index c54efbb..23cf54c 100644 | 23 | index c54efbb..23cf54c 100644 |
24 | --- a/src/evmctl.c | 24 | --- a/src/evmctl.c |
25 | +++ b/src/evmctl.c | 25 | +++ b/src/evmctl.c |
26 | @@ -56,6 +56,18 @@ | 26 | @@ -57,6 +57,18 @@ |
27 | #include <ctype.h> | ||
28 | #include <termios.h> | 27 | #include <termios.h> |
28 | #include <assert.h> | ||
29 | 29 | ||
30 | +/* | 30 | +/* |
31 | + * linux/xattr.h might be old to have this. Allow compilation on older | 31 | + * linux/xattr.h might be old to have this. Allow compilation on older |