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

Subversion リポジトリの参照

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6347 - (hide annotations) (download)
Sat Sep 13 12:22:50 2014 UTC (9 years, 8 months ago) by kumaneko
File size: 6282 byte(s)


1 kumaneko 4484 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 jnguyen 4454 <html lang="en-US">
3 jnguyen 4444 <head>
4     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5     <meta http-equiv="content-style-type" content="text/css">
6 kumaneko 4484 <link rel="stylesheet" href="media/tomoyolinux.css" media="all" type="text/css">
7     <title>TOMOYO Linux About Page</title>
8 jnguyen 4444 </head>
9    
10     <body>
11    
12 jnguyen 4464 <div id="titlebar">
13 kumaneko 5210 <a href="index.html.en"><img src="media/tomoyotitle.png" alt="tomoyotitle.png" width="320" height="40" border="0" align="left" title="TOMOYO Linux"></a>
14 jnguyen 4444 </div>
15    
16 jnguyen 4449 <div id="navbar" class="tomoyo-about">
17 jnguyen 4444 <ul id="navbarlist">
18 kumaneko 4484 <li id="tomoyo-home"><a href="index.html.en" title="TOMOYO Linux Home Page">Home</a></li>
19     <li id="tomoyo-about"><a href="about.html.en" title="About TOMOYO Linux">About</a></li>
20     <li id="tomoyo-download"><a href="download.html.en" title="Get TOMOYO Linux">Download</a></li>
21     <li id="tomoyo-changelogs"><a href="changelogs.html.en" title="TOMOYO Linux ChangeLogs">ChangeLogs</a></li>
22     <li id="tomoyo-documentation"><a href="documentation.html.en" title="Official Documentation">Documentation</a></li>
23     <li id="tomoyo-support"><a href="support.html.en" title="Support information">Support</a></li>
24     <li id="tomoyo-links"><a href="links.html.en" title="Links">Links</a></li>
25 jnguyen 4444 </ul>
26 jnguyen 4500 <ul id="switch-language">
27     <li id="tomoyo-switch-language"><a href="about.html.ja" title="Go to Japanese page">Japanese page</a></li>
28     </ul>
29 jnguyen 4444 </div>
30    
31     <div id="content">
32    
33 jnguyen 4468 <div id="regular-content">
34 jnguyen 4452
35 jnguyen 4474 <h3><a name="about">About TOMOYO Linux</a></h3>
36 jnguyen 4444
37 kumaneko 6347 <p>TOMOYO Linux is a Mandatory Access Control (MAC) implementation for Linux that can be used to increase the security of a system, while also being useful purely as a system analysis tool. It was launched in March 2003 and is sponsored by <a href="http://www.nttdata.com/global/en/">NTT DATA Corporation</a>, Japan.</p>
38 jnguyen 4444
39 jnguyen 4464 <p>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. When protection is enabled, TOMOYO Linux acts like an operation watchdog, restricting each process to only the behaviours and resources allowed by the administrator.</p>
40 jnguyen 4444
41 jnguyen 4474 <h3><a name="what">What can TOMOYO Linux be used for?</a></h3>
42 jnguyen 4452
43 jnguyen 4464 <p>In a normal operating system (OS), every application is unmonitored and it is difficult to determine what is happening in a system:</p>
44 kumaneko 4621 <p><img src="media/disabled.png" alt="disabled.png" width="500" height="350"></p>
45 jnguyen 4464
46 jnguyen 4469 <p>If TOMOYO Linux is introduced, each application can be monitored to determine exactly what it is doing and a policy configuration can be automatically generated. Every action that an application performs is automatically appended to an Access Control List (ACL). Browsing this list can allow a precise understanding of what each application is doing:</p>
47 jnguyen 4606 <p><img src="media/permissive.png" alt="permissive.png" width="500" height="350"></p>
48 jnguyen 4464
49     <p>TOMOYO Linux can therefore be used as a system analysis tool, which can aid in:</p>
50 jnguyen 4452 <ul>
51     <li>debugging applications</li>
52     <li>understanding the behaviour of a Linux system</li>
53     <li>writing documentation</li>
54     </ul>
55    
56 jnguyen 4464 <p>If protection is enabled, TOMOYO Linux uses Mandatory Access Control to restrict each application to do only what the administrator has allowed it to do:</p>
57 jnguyen 4452
58 jnguyen 4606 <p><img src="media/enforcing.png" alt="enforcing.png" width="500" height="350"></p>
59 jnguyen 4452
60 jnguyen 4464 <p>TOMOYO Linux can therefore be used as a system restriction tool, which can aid in:</p>
61 jnguyen 4452 <ul>
62     <li>restricting services such as SSH and Apache</li>
63     <li>restricting system administrator operations</li>
64     <li>creating per-application networking firewalls</li>
65     <li>reducing damage caused by buffer overflows and other security exploits</li>
66     <li>deploying a honeypot system</li>
67     </ul>
68    
69 jnguyen 4474 <h3><a name="videos">Videos</a></h3>
70    
71 kumaneko 5605 <p>The video below demonstrates how to initialize, configure and enforce TOMOYO Linux 2.4 on a openSUSE 12.1 system. Experience TOMOYO Linux in only 10 minutes!</p>
72    
73     <p><object data="http://www.youtube.com/v/MkBXGUb6RPo&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/MkBXGUb6RPo&amp;hl=en_US&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"></object></p>
74    
75 kumaneko 5086 <p>The video below demonstrates how to initialize, configure and enforce TOMOYO Linux 2.2 on a Ubuntu 10.04 system. Experience TOMOYO Linux in only 10 minutes!</p>
76 jnguyen 4474
77     <p><object data="http://www.youtube.com/v/5cgqbQI9bEM&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/5cgqbQI9bEM&amp;hl=en_US&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"></object></p>
78    
79 kumaneko 5086 <p>The videos below demonstrate how to install, initialize, configure and enforce TOMOYO Linux 1.7 on CentOS 5 and Ubuntu 10.04 systems. Experience TOMOYO Linux in only 10 minutes!</p>
80 jnguyen 4474
81     <p><object data="http://www.youtube.com/v/kvmWLRddzaM&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/kvmWLRddzaM&amp;hl=en_US&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"></object></p>
82    
83     <p><object data="http://www.youtube.com/v/siL9-nNa-24&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/siL9-nNa-24&amp;hl=en_US&amp;fs=1"><param name="allowFullScreen" value="true"><param name="allowscriptaccess" value="always"></object></p>
84    
85 jnguyen 4468 </div><!-- regular-content -->
86 jnguyen 4452
87 jnguyen 4464 </div><!-- content -->
88 jnguyen 4452
89 jnguyen 4444 <div id="footer">
90 jnguyen 4498 <p class="language">Go to <a href="about.html.ja">Japanese page</a>.</p>
91 jnguyen 4467 <p class="timestamp">Last modified: $Date$</p>
92 kumaneko 6347 <p class="trademark">Linux&reg; is a registered trademark of Linus Torvalds world-wide. TOMOYO&reg; is a registered trademark of <a href="http://www.nttdata.com/global/en/">NTT DATA Corporation</a>.</p>
93 kumaneko 5210 <p><a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=1973" width="96" height="31" alt="sflogo.php" title="SourceForge.jp"></a></p>
94 jnguyen 4444 </div>
95    
96     </body>
97     </html>

Properties

Name Value
svn:keywords Date

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