From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1oRq-0007Ao-H9 for garchives@archives.gentoo.org; Thu, 08 Sep 2011 23:55:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F39B21C116; Thu, 8 Sep 2011 23:55:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D31B21C100 for ; Thu, 8 Sep 2011 23:55:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A131C1B4024 for ; Thu, 8 Sep 2011 23:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AA91F8004C for ; Thu, 8 Sep 2011 23:55:04 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/elfix:paxmark-libs commit in: / X-VCS-Repository: proj/elfix X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e6899422b82bd7de2ba25332b98655af65125f2d Date: Thu, 8 Sep 2011 23:55:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ff898902530a5b834c3dbc809d5890c7 commit: e6899422b82bd7de2ba25332b98655af65125f2d Author: Anthony G. Basile gentoo org> AuthorDate: Mon Sep 5 20:53:35 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Sep 5 20:53:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3De6899422 Added README --- README | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/README b/README new file mode 100644 index 0000000..ae7212b --- /dev/null +++ b/README @@ -0,0 +1,20 @@ + +This is POC to demonstrate the inheritance of -m pax flags when +a binary, which is not marked -m, loads a library which is marked -m. + +What you need: + + 0. Preferrably do this on the One True Distro, hardened gentoo. + 1. Run a pax enabled kernel with RANDMMAP + 2. Install app-misc/pax-utils + 3. Install sys-apps/paxctl + +How to use this=20 + + 0. ./autogen.sh to build the build system + 1. ./configure to configure the build + 2. make + 3. sudo make install + 4. sudo make check + +Enjoy the results which should be self explanatory.