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 1R1oS6-0007DS-Lg for garchives@archives.gentoo.org; Thu, 08 Sep 2011 23:56:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9931121C198; Thu, 8 Sep 2011 23:55:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6746F21C198 for ; Thu, 8 Sep 2011 23:55:07 +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 D9A871B4023 for ; Thu, 8 Sep 2011 23:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 48C1980048 for ; Thu, 8 Sep 2011 23:55:06 +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: ad8e6e45dd6b1e7ce47f2068e442a4c6047a3faa Date: Thu, 8 Sep 2011 23:55:06 +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: 3c5e77164cc9f9aeeb68a0ddbc4399e2 commit: ad8e6e45dd6b1e7ce47f2068e442a4c6047a3faa Author: Anthony G. Basile gentoo org> AuthorDate: Tue Sep 6 10:01:14 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Sep 6 10:01:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3Dad8e6e45 README: fixed minor error --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README b/README index c64feb9..d8d2d8d 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ This is POC to demonstrate the inheritance of MPROTECT Pa= X flag when a binary loads a library, either via normal dynamic linking or via dlope= n. The binary/library are variously marked -M (enabled) or -m (disabled) MP= ROTECT. =20 -The library contains an RWX mmapping which is forbiddent. The binary ju= st +The library contains an RWX mmapping which is forbidden. The binary jus= t calls the library. =20 What you need: