summaryrefslogtreecommitdiffstats
path: root/recipes-security/checksec/checksec_1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/checksec/checksec_1.5.bb')
-rw-r--r--recipes-security/checksec/checksec_1.5.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-security/checksec/checksec_1.5.bb b/recipes-security/checksec/checksec_1.5.bb
deleted file mode 100644
index 07f0f7c..0000000
--- a/recipes-security/checksec/checksec_1.5.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Program radominization"
2DESCRIPTION = "The checksec.sh script is designed to test what standard Linux OS and PaX security features are being used."
3SECTION = "security"
4LICENSE = "BSD"
5HOMEPAGE="http://www.trapkit.de/tools/checksec.html"
6
7LIC_FILES_CHKSUM = "file://checksec.sh;md5=075996be339ab16ad7b94d6de3ee07bd"
8
9SRC_URI = "file://checksec.sh"
10
11S = "${WORKDIR}"
12
13do_install() {
14 install -d ${D}${bindir}
15 install -m 0755 ${WORKDIR}/checksec.sh ${D}${bindir}
16}
17
18RDEPENDS_${PN} = "bash"