オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /tags/htdocs/about.html.en

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4450 - (show annotations) (download)
Fri Jan 28 00:50:33 2011 UTC (13 years, 3 months ago) by jnguyen
File size: 2777 byte(s)
htdocs: work on updated website
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>TOMOYO Linux Home Page</title>
5 <meta name="author" content="Unknown" >
6 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
7 <meta http-equiv="content-style-type" content="text/css">
8 <link rel="stylesheet" href="/media/tomoyolinux.css" media="all" type="text/css">
9 <link rel="icon" type="image/x-icon" href="/media/favicon.ico">
10 <link rel="shortcut icon" type="image/x-icon" href="/media/favicon.ico">
11 </head>
12
13 <body>
14
15 <table border="0" width="100%" cellspacing="0" cellpadding="0">
16 <tr>
17 <td align="left">
18
19 <div id="titlebar" class="tomoyo-title">
20 <img src="/media/title.png" alt="" width="408" height="72" border="0" align="center">
21 </div>
22
23 </td>
24 </tr>
25 </table>
26
27 <table border="0" width="100%" cellspacing="0" cellpadding="0">
28 <tr>
29 <td>
30
31 <div id="navbar" class="tomoyo-about">
32 <ul id="navbarlist">
33 <li id="tomoyo-home"><a href="index.html.en" title="TOMOYO Linux Home Page">Home</a></li>
34 <li id="tomoyo-about"><a href="about.html.en" title="About TOMOYO Linux">About</a></li>
35 <li id="tomoyo-download"><a href="download.html.en" title="Get TOMOYO Linux">Download</a></li>
36 <li id="tomoyo-changelog"><a href="changelog.html.en" title="TOMOYO Linux ChangeLog">ChangeLog</a></li>
37 <li id="tomoyo-documentation"><a href="documentation.html.en" title="Official Documentation">Documentation</a></li>
38 <li id="tomoyo-links"><a href="links.html.en" title="Useful links">Links</a></li>
39 <li id="tomoyo-support"><a href="support.html.en" title="Support information">Support</a></li>
40 </ul>
41 </div>
42
43 </td>
44 </tr>
45 </table>
46
47 <div id="content">
48
49 <h3>About TOMOYO Linux</h3>
50
51 <p>TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux. It was launched in March 2003 and is sponsored by <a href="http://www.nttdata.co.jp/en/">NTT DATA CORPORATION</a>. TOMOYO Linux focuses on the behaviour of a system. Every process is created to achieve a purpose, and like an immigration officer, TOMOYO Linux allows each process to declare behaviours and resources needed to achieve their purpose. This approach makes it possible for users to understand how a Linux system works and to gain detailed information about any running application.<p>
52
53 <p>When protection is enabled, TOMOYO Linux acts like an operation watchdog, restricting each process to only the behaviours and resources allowed by the administrator. TOMOYO Linux can therefore be used as both a system analysis tool and an access restriction tool.</p>
54
55 <div id="footer">
56 <br>
57 <hr>
58 <p>Linux�� is a registered trademark of Linus Torvalds world-wide. TOMOYO�� is a registered trademark of <a href="http://www.nttdata.co.jp/en/">NTT DATA CORPORATION</a>.</p>
59 </div>
60
61 </div><!-- content -->
62
63 </body>
64 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26