mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
Added missing functionality to buck-security
* added pinentry recipe needed for buck-security option * added missing rdepends to recipe * added functionality patch * updated README file Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
This commit is contained in:
@@ -4,9 +4,10 @@ system. This enables you to quickly overview the security status of your Linux s
|
||||
SECTION = "security"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
RDEPENDS_${PN} = "perl perl-module-term-ansicolor perl-module-posix perl-module-getopt-long perl-module-time-localtime perl-module-data-dumper perl-module-lib"
|
||||
RDEPENDS_${PN} = "perl perl-module-term-ansicolor perl-module-posix perl-module-getopt-long perl-module-time-localtime perl-module-data-dumper perl-module-lib net-tools coreutils gnupg pinentry"
|
||||
|
||||
SRC_URI = "http://sourceforge.net/projects/buck-security/files/buck-security/buck-security_0.6/${PN}_${PV}.tar.gz"
|
||||
SRC_URI = "http://sourceforge.net/projects/buck-security/files/buck-security/buck-security_0.6/${PN}_${PV}.tar.gz \
|
||||
file://functionality.patch"
|
||||
|
||||
SRC_URI[md5sum] = "edbd40742853fc91ffeae5b2d9ea7bab"
|
||||
SRC_URI[sha256sum] = "5d5dcc58b09c3a4bd87f60f86bb62cd2b0bfd7106a474951f8f520af0042a5b7"
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
From 216aed597b3f20692a9c9d74dae79fa73e36c75b Mon Sep 17 00:00:00 2001
|
||||
From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
|
||||
Date: Thu, 1 Aug 2013 10:30:26 +0300
|
||||
Subject: [PATCH] added functionality
|
||||
|
||||
* removed sshd from the checks. When needed it can be added
|
||||
in the file.
|
||||
* added saving location for checksums.gpg file
|
||||
|
||||
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
|
||||
---
|
||||
conf/buck-security.conf | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/conf/buck-security.conf b/conf/buck-security.conf
|
||||
index eb88982..f573aa8 100644
|
||||
--- a/conf/buck-security.conf
|
||||
+++ b/conf/buck-security.conf
|
||||
@@ -27,7 +27,6 @@ usermask
|
||||
superusers
|
||||
services
|
||||
firewall
|
||||
-sshd
|
||||
packages_problematic
|
||||
checksum
|
||||
);
|
||||
@@ -48,7 +47,7 @@ $checksum_program = "sha256sum";
|
||||
$checksum_dir = "/sbin/* /bin/* /usr/sbin/* /usr/bin/*";
|
||||
|
||||
|
||||
-$checksum_file = "checksums.gpg";
|
||||
+$checksum_file = "/usr/bin/checksums.gpg";
|
||||
|
||||
|
||||
|
||||
--
|
||||
1.7.9.5
|
||||
|
||||
Reference in New Issue
Block a user