mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 01:20:29 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
62d54856e5
commit
d3bcc4ba47
@@ -55,7 +55,7 @@ PACKAGECONFIG[logwatch] = "--enable-login-watch,"" , "
|
|||||||
PACKAGECONFIG[mounts] = "--enable-mounts-check","" , "
|
PACKAGECONFIG[mounts] = "--enable-mounts-check","" , "
|
||||||
PACKAGECONFIG[userfiles] = "--enable-userfiles","" , "
|
PACKAGECONFIG[userfiles] = "--enable-userfiles","" , "
|
||||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,"--disable-ipv6","
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,"--disable-ipv6","
|
||||||
PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux, libselinux"
|
PACKAGECONFIG[selinux] = "--enable-selinux, --disable-selinux, libselinux attr"
|
||||||
PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl, acl"
|
PACKAGECONFIG[acl] = " --enable-posix-acl , --disable-posix-acl, acl"
|
||||||
PACKAGECONFIG[audit] = "ac_cv_header_auparse_h=yes,ac_cv_header_auparse_h=no,audit"
|
PACKAGECONFIG[audit] = "ac_cv_header_auparse_h=yes,ac_cv_header_auparse_h=no,audit"
|
||||||
PACKAGECONFIG[ps] = "--with-ps-path=${base_bindir}/ps,,,procps"
|
PACKAGECONFIG[ps] = "--with-ps-path=${base_bindir}/ps,,,procps"
|
||||||
|
|||||||
Reference in New Issue
Block a user