From: akuster808 <akuster808@gmail.com>
To: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>,
yocto@yoctoproject.org
Cc: Jeremy Puhlman <jpuhlman@mvista.com>
Subject: Re: [meta-security][PATCH] paxctl: add new recipe
Date: Thu, 17 Sep 2015 09:49:09 -0700 [thread overview]
Message-ID: <55FAEF05.1050206@gmail.com> (raw)
In-Reply-To: <1442248346-28160-1-git-send-email-jkrishnanjanappa@mvista.com>
In queue for merging.
thanks,
Armin
On 09/14/2015 09:32 AM, Jagadeesh Krishnanjanappa wrote:
> 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>
> ---
> recipes-security/paxctl/paxctl_0.9.bb | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
> create mode 100644 recipes-security/paxctl/paxctl_0.9.bb
>
> 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 @@
> +DESCRIPTION = "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."
> +HOMEPAGE = "https://pax.grsecurity.net/"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://paxctl.c;beginline=1;endline=5;md5=0ddd065c61020dda79729e6bedaed2c7 \
> + file://paxctl-elf.c;beginline=1;endline=5;md5=99f453ce7f6d1687ee808982e2924813 \
> + "
> +
> +SRC_URI = "http://pax.grsecurity.net/paxctl-${PV}.tar.gz"
> +SRC_URI[md5sum] = "9bea59b1987dc4e16c2d22d745374e64"
> +SRC_URI[sha256sum] = "a330ddd812688169802a3ba29e5e3b19956376b8f6f73b8d7e9586eb04423c2e"
> +
> +do_install() {
> + oe_runmake 'DESTDIR=${D}' install
> +}
> +
> +FILES_${PN} = "${base_sbindir}/paxctl"
> +FILES_${PN}-doc = "${mandir}/man1/paxctl.1"
>
prev parent reply other threads:[~2015-09-17 16:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-14 16:32 [meta-security][PATCH] paxctl: add new recipe Jagadeesh Krishnanjanappa
2015-09-17 16:49 ` akuster808 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55FAEF05.1050206@gmail.com \
--to=akuster808@gmail.com \
--cc=jkrishnanjanappa@mvista.com \
--cc=jpuhlman@mvista.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.