diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-09-13 14:20:39 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-09-15 08:01:07 -0700 |
commit | d3bcc4ba470de02513e2f433fca3dfb341a1b2f8 (patch) | |
tree | c9a2ab8e5f482a3fee8721f354678bfb72407ba5 | |
parent | 62d54856e5f0c52e836062c58c81499c71ac8b7d (diff) | |
download | meta-security-d3bcc4ba470de02513e2f433fca3dfb341a1b2f8.tar.gz |
samhain: depends on attr when selinux is enabled
The extended attribute is required by selinux feature,
so add the dependency when selinux is enabled.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/samhain/samhain.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/samhain/samhain.inc b/recipes-security/samhain/samhain.inc index 83b2db2..7b71d9f 100644 --- a/recipes-security/samhain/samhain.inc +++ b/recipes-security/samhain/samhain.inc | |||
@@ -55,7 +55,7 @@ PACKAGECONFIG[logwatch] = "--enable-login-watch,"" , " | |||
55 | PACKAGECONFIG[mounts] = "--enable-mounts-check","" , " | 55 | PACKAGECONFIG[mounts] = "--enable-mounts-check","" , " |
56 | PACKAGECONFIG[userfiles] = "--enable-userfiles","" , " | 56 | PACKAGECONFIG[userfiles] = "--enable-userfiles","" , " |
57 | PACKAGECONFIG[ipv6] = "--enable-ipv6,"--disable-ipv6"," | 57 | PACKAGECONFIG[ipv6] = "--enable-ipv6,"--disable-ipv6"," |
58 | PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux, libselinux" | 58 | PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux, libselinux attr" |
59 | PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl, acl" | 59 | PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl, acl" |
60 | PACKAGECONFIG[audit] = "ac_cv_header_auparse_h=yes,ac_cv_header_auparse_h=no,audit" | 60 | PACKAGECONFIG[audit] = "ac_cv_header_auparse_h=yes,ac_cv_header_auparse_h=no,audit" |
61 | PACKAGECONFIG[ps] = "--with-ps-path=${base_bindir}/ps,,,procps" | 61 | PACKAGECONFIG[ps] = "--with-ps-path=${base_bindir}/ps,,,procps" |