summaryrefslogtreecommitdiffstats
path: root/recipes-security/paxctl/paxctl_0.9.bb
diff options
context:
space:
mode:
authorJagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>2015-09-14 22:02:26 +0530
committerArmin Kuster <akuster808@gmail.com>2015-10-08 07:08:27 -0700
commit56905521033fbf6313a6cef1438330b1323bb7d6 (patch)
tree5a757c3961872530345febd66fc5689877f75cff /recipes-security/paxctl/paxctl_0.9.bb
parente3f2b3ba8c5cae73add868ba81bf9a7fc48d37fe (diff)
downloadmeta-security-56905521033fbf6313a6cef1438330b1323bb7d6.tar.gz
paxctl: add new recipe
paxctl is a tool that allows PaX flags to be modified on a per-binary basis. PaX is part of common security-enhancing kernel patches and secure distributions, such as GrSecurity or Adamantix and Hardened Gen- too, respectively. Your system needs to be running a properly patched and configured kernel for this program to have any effect. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/paxctl/paxctl_0.9.bb')
-rw-r--r--recipes-security/paxctl/paxctl_0.9.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-security/paxctl/paxctl_0.9.bb b/recipes-security/paxctl/paxctl_0.9.bb
new file mode 100644
index 0000000..8eadad1
--- /dev/null
+++ b/recipes-security/paxctl/paxctl_0.9.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "paxctl is a tool that allows PaX flags to be modified on a \
2 per-binary basis. PaX is part of common security-enhancing \
3 kernel patches and secure distributions, such as \
4 GrSecurity or Adamantix and Hardened Gen-too, respectively."
5HOMEPAGE = "https://pax.grsecurity.net/"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://paxctl.c;beginline=1;endline=5;md5=0ddd065c61020dda79729e6bedaed2c7 \
8 file://paxctl-elf.c;beginline=1;endline=5;md5=99f453ce7f6d1687ee808982e2924813 \
9 "
10
11SRC_URI = "http://pax.grsecurity.net/paxctl-${PV}.tar.gz"
12SRC_URI[md5sum] = "9bea59b1987dc4e16c2d22d745374e64"
13SRC_URI[sha256sum] = "a330ddd812688169802a3ba29e5e3b19956376b8f6f73b8d7e9586eb04423c2e"
14
15do_install() {
16 oe_runmake 'DESTDIR=${D}' install
17}
18
19FILES_${PN} = "${base_sbindir}/paxctl"
20FILES_${PN}-doc = "${mandir}/man1/paxctl.1"