Updates.
This commit is contained in:
parent
92e928e1bd
commit
65a27ee05d
0
www/html/contributing.html
Normal file
0
www/html/contributing.html
Normal file
0
www/html/documentation.html
Normal file
0
www/html/documentation.html
Normal 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
|
||||
|
@ -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>
|
@ -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>
|
@ -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=???&type=1" w
|
||||
idth="88" height="31" border="0" alt="SourceForge.net Logo" /></A>
|
||||
|
0
www/html/status.html
Normal file
0
www/html/status.html
Normal file
5
www/publish.sh
Executable file
5
www/publish.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user