web/html/projects/selinux index.php,1.1.1.1,1.2

Karsten Wade (kwade) fedora-websites-list at redhat.com
Wed Jun 21 16:24:37 UTC 2006


Author: kwade

Update of /cvs/fedora/web/html/projects/selinux
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23577

Modified Files:
	index.php 
Log Message:
manual redirect; yes, this sucks :)


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/selinux/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- index.php	30 Mar 2005 17:47:28 -0000	1.1.1.1
+++ index.php	21 Jun 2006 16:24:35 -0000	1.2
@@ -28,88 +28,13 @@
 /* Project description */
 $project->desc="<p>SELinux integration into Fedora Core.</p>
 
-<p>Security-enhanced Linux (SELinux)is a patch of the Linux®
-kernel and a number of utilities with enhanced security functionality
-designed to add mandatory access controls to Linux.  The SELinux
-kernel contains new architectural components originally developed to
-improve the security of the Flask operating system. These
-architectural components provide general support for the enforcement
-of many kinds of mandatory access control policies, including those
-based on the concepts of Type Enforcement®, Role-based Access
-Control, and Multi-level Security.</p>
+<p>
+  This page is deprecated.  Please refer to the new page at:
+</p>
+<p>
+  <a href="http://fedora.redhat.com/About/Projects/selinux.html">http://fedora.redhat.com/About/Projects/selinux.html</a>
+</p>
 
-<p>The scope of the project is the entire OS, since we are implementing SELinux controls thoughout the OS.  However, there are some packages which are specific to SELinux:</p>
-<ul>
-<li>libselinux</li>
-<li>libsepol</li>
-<li>selinux-policy-targeted</li>
-<li>selinux-policy-strict</li>
-<li>policycoreutils</li>
-<li>checkpolicy</li>
-<li>setools</li>
-</ul>
-
-";
-
-/* If the project uses Rawhide, then set the value to TRUE */
-$project->rawhide=TRUE;
-
-/* Other useful variables (uncomment to use) */
-
-/* Contacts */
-/* Format: "Full Name", "email at hostname", "Title"
- * Note: Title is optional. If omitted, then your title is "Maintainer" */
-$project->addMaintainer("Dan Walsh","dwalsh at redhat.com");
-$project->addMaintainer("Elliot Lee","sopwith at redhat.com", "Release Engineering/Coordinator");
-$project->addMaintainer("James Morris","jmorris at redhat.com","Kernel Maintainer");
-$project->addMaintainer("Russell Coker","rcoker at redhat.com","Policy Maintainer");
-
-/* Screenshots */
-/* Format: "Basefilename.ext", "Short image description"
- * Note: Thumbnails must have -thumb before the .ext for the filenames. */
-//$project->addScreenshot("redhat-artwork-packages.png","Screenshot for redhat-config-packages");
-
-
-/* Directory prefix for the images */
-//$project->screenshot_prefix="/projects/artwork-tools/images/";
-
-/* Documentation */
-//$project->addDocumentation("$RELEASE_NAME Manuals","http://www.redhat.com/docs/manuals/linux/");
-$project->addDocumentation("NSA SELinux Information","http://www.nsa.gov/selinux/");
-$project->addDocumentation("Fedora Core SELinux FAQ","/docs/selinux-faq/");
-$project->addDocumentation("Understanding and Customizing the Apache HTTP SELinux Policy","/docs/selinux-apache-fc3/");
-
-$extra="";
-$project->addMisc("","");
-
-/***********************************************************************/
-/************************* End project content *************************/
-/***********************************************************************/
-
-$template->options['title'].=': '.$project->display_name;
-
-/* Standard template footer */
-$template->displayHeader();
-
-/* Display the project content */
-$project->displayProject();
-?>
-
-<h1>Roadmap</h1>
-
-For those working on SELinux-related features in Fedora Core,
-this is a TODO list.
-
-<ol>
-<li>Continue working with SELinux in FC3 and beyond</li>
-<li>Get a final, stable SELinux targeted policy<br></li>
-<li>Get a final, stable SELinux Strict policy<br></li>
-<li>Need help on documentation project</li>
-<li>Need help on writing/fixing man pages for libselinux, libsepol, policycoreutils, checkpolicy</li>
-<li>Investigate MLS Support</li>
-<li>Better integration of Apache and SELinux</le>
-<li>Addition of Security Enhanced XWindows in FC4???</le>
-</ol>
 <?
 
 /* Standard template footer */




More information about the Fedora-websites-list mailing list