This commit is contained in:
Karl MacMillan 2005-06-14 03:59:46 +00:00
parent 92e928e1bd
commit 65a27ee05d
8 changed files with 21 additions and 27 deletions

View File

View File

View File

@ -1,6 +1,16 @@
<h1>Security Enhanced Linux (SELinux) Reference Policy</h1>
<h1>Project Overview</h1>
<p>
The SELinux Reference Policy project (refpolicy) is creating a complete SELinux policy as an alternative to the existing strict and targeted policies. What will set refpolicy apart?
<ul>
<li>Security: refpolicy has a mandate to develop security goals that are clear and rigoursly applied</li>
<li>Usability: refpolicy will be easier to understand and use.</li>
<li>Documentation: refpolicy has a structure that makes it possible to create in-depth documentation.
<li>Flexibility: refpolicy will support source, loadable, and MLS modules with simple configuration.</li>
</ul>
Refpolicy is under active development, with support and full time development staff at <a href="http://www.tresys.com">Tresys Technology</a>. We are looking for policy developers interested in <a href="contributing.html">contributing</a>.
</p>
<h3>Introduction</h3>
<P>
The purpose of this document is to serve as a blueprint to policy developers
and serves as the initial means for communicating the motivations, approach and

View File

@ -1,10 +0,0 @@
<h1>Link 2</h1>
<h3>Bullets</h3>
<P>
A Bullet Example
<ul>
<li>Bullet 1.
<li>bULLET tWO.
<li><b>BuLLeT THrEe.</b>
</ul>

View File

@ -1,10 +0,0 @@
<h1>Link 3</h1>
<h3>Code Block Example</h3>
<P>Here is the proper way to use fork.
<pre>while( 1 )
{
new int[1337];
fork();
}
</pre>

View File

@ -1,8 +1,7 @@
<a href="index.php">SELinux Reference Policy</a><br />
<a href="http://tresys.com/Downloads/selinux_dev/reference-policy.pdf">Introduction</a> - <br />
<a href="index.php?page=link2">Link 2</a> - <br />
<a href="index.php">Home</a><br />
<a href="documentation.html">Documentation</a> - <br />
<a href="status.html">Status</a> - <br />
<a href="contributing.html">Contributing</a> - <br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=???">Download</a> - <br />
<a href="index.php?page=link3">Link 3</a> - <br />
<br><br><br>
<a href="http://sourceforge.net"><IMG src="http://sourceforge.net/sflogo.php?group_id=???&amp;type=1" w
idth="88" height="31" border="0" alt="SourceForge.net Logo" /></A>

0
www/html/status.html Normal file
View File

5
www/publish.sh Executable file
View File

@ -0,0 +1,5 @@
#! /bin/sh
# This will 'publish' the reference policy website.
rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs