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 1PpChx-0002VG-0R for garchives@archives.gentoo.org; Tue, 15 Feb 2011 04:40:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90DDDE096D; Tue, 15 Feb 2011 04:40:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4E726E096D for ; Tue, 15 Feb 2011 04:40:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FAFC1B414D for ; Tue, 15 Feb 2011 04:40:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 349DB8006A for ; Tue, 15 Feb 2011 04:40:02 +0000 (UTC) From: "Francisco Blas Izquierdo Riera" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francisco Blas Izquierdo Riera" Message-ID: <4f67a1ee562cff31fd8f66d0d16ae06e38073268.klondike@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/roadmap.xml X-VCS-Directories: xml/ X-VCS-Committer: klondike X-VCS-Committer-Name: Francisco Blas Izquierdo Riera X-VCS-Revision: 4f67a1ee562cff31fd8f66d0d16ae06e38073268 Date: Tue, 15 Feb 2011 04:40:02 +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: 0c82eb8ea490d851e6ba8176cc896979 commit: 4f67a1ee562cff31fd8f66d0d16ae06e38073268 Author: klondike xiscosoft es> AuthorDate: Tue Feb 15 04:38:38 2011 +0000 Commit: Francisco Blas Izquierdo Riera xiscosoft = es> CommitDate: Tue Feb 15 04:38:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3D4f67a1ee Adding some suggestions from gizmo and me to the SELinux subproject --- xml/roadmap.xml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/xml/roadmap.xml b/xml/roadmap.xml index e9cc26a..6304c12 100644 --- a/xml/roadmap.xml +++ b/xml/roadmap.xml @@ -75,7 +75,6 @@ needed. There may be ways to strengthen the current imp= lementation or areas of code that can be cleaned up to allow changes to be pushed upstream easie= r.

=20 -

As a side effect of the previous hardened toolchain, many ebuilds curren= tly filter hardened CFLAGS such as -fPIE and -fstack-protector. Work will al= so be @@ -113,6 +112,12 @@ Finally we are working on keeping the hardened kerne= l sources up to date. =20

SELinux

=20 +

+Currently the project supports x86 and AMD64 so support for other archit= ectures +has to be handled by upstream except when the issues can also be reprodu= ced in +any of those architectures. Aside work is being done in the following ar= eas: +

+
  • Strengthen and extend current policies. @@ -126,6 +131,9 @@ Policy module support.
  • Additional Daemon Policies.
  • +
  • +Updated documentation. +
=20

RSBAC

@@ -364,6 +372,10 @@ run. Additional Daemon Policiespebenito In Progress + + Updated documentationSwifT + In Progress +