340 lines
4.5 KiB
HTML
340 lines
4.5 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>
|
||
|
Security Enhanced Linux Reference Policy
|
||
|
</title>
|
||
|
<style type="text/css" media="all">@import "style.css";</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="Header">Security Enhanced Linux Reference Policy</div>
|
||
|
<div id='Menu'>
|
||
|
|
||
|
<a href="admin.html">+
|
||
|
admin</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<a href="apps.html">+
|
||
|
apps</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<a href="kernel.html">+
|
||
|
kernel</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<a href="services.html">+
|
||
|
services</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
- <a href='services_cron.html'>
|
||
|
cron</a><br/>
|
||
|
|
||
|
- <a href='services_inetd.html'>
|
||
|
inetd</a><br/>
|
||
|
|
||
|
- <a href='services_kerberos.html'>
|
||
|
kerberos</a><br/>
|
||
|
|
||
|
- <a href='services_mta.html'>
|
||
|
mta</a><br/>
|
||
|
|
||
|
- <a href='services_nis.html'>
|
||
|
nis</a><br/>
|
||
|
|
||
|
- <a href='services_remotelogin.html'>
|
||
|
remotelogin</a><br/>
|
||
|
|
||
|
- <a href='services_sendmail.html'>
|
||
|
sendmail</a><br/>
|
||
|
|
||
|
- <a href='services_ssh.html'>
|
||
|
ssh</a><br/>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<a href="system.html">+
|
||
|
system</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<br/><p/>
|
||
|
<a href="interfaces.html">* Interface Index</a>
|
||
|
<br/><p/>
|
||
|
<a href="templates.html">* Template Index</a>
|
||
|
</div>
|
||
|
|
||
|
<div id="Content">
|
||
|
<a name="top":></a>
|
||
|
<h1>Layer: services</h1><p/>
|
||
|
<h2>Module: inetd</h2><p/>
|
||
|
|
||
|
|
||
|
|
||
|
<h3>Description:</h3>
|
||
|
|
||
|
<p>Internet services daemon.</p>
|
||
|
|
||
|
|
||
|
<a name="interfaces"></a>
|
||
|
<h3>Interfaces: </h3>
|
||
|
|
||
|
<div id="interface">
|
||
|
|
||
|
|
||
|
<div id="codeblock">
|
||
|
|
||
|
<b>inetd_core_service_domain</b>(
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
domain
|
||
|
|
||
|
|
||
|
|
||
|
,
|
||
|
|
||
|
|
||
|
|
||
|
entrypoint
|
||
|
|
||
|
|
||
|
)<br>
|
||
|
</div>
|
||
|
<div id="description">
|
||
|
|
||
|
<h5>Summary</h5>
|
||
|
<p>
|
||
|
Define the specified domain as a inetd service.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h5>Description</h5>
|
||
|
<p>
|
||
|
Define the specified domain as a inetd service. The
|
||
|
inetd_service_domain(), inetd_tcp_service_domain(),
|
||
|
or inetd_udp_service_domain() interfaces should be used
|
||
|
instead of this interface, as this interface only provides
|
||
|
the common rules to these three interfaces.
|
||
|
</p>
|
||
|
|
||
|
<h5>Parameters</h5>
|
||
|
<table border="1" cellspacing="0" cellpadding="3" width="80%">
|
||
|
<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
domain
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the inetd service process.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
entrypoint
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the process program.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="interface">
|
||
|
|
||
|
|
||
|
<div id="codeblock">
|
||
|
|
||
|
<b>inetd_service_domain</b>(
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
domain
|
||
|
|
||
|
|
||
|
|
||
|
,
|
||
|
|
||
|
|
||
|
|
||
|
entrypoint
|
||
|
|
||
|
|
||
|
)<br>
|
||
|
</div>
|
||
|
<div id="description">
|
||
|
|
||
|
<h5>Summary</h5>
|
||
|
<p>
|
||
|
Define the specified domain as a TCP and UDP inetd service.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h5>Parameters</h5>
|
||
|
<table border="1" cellspacing="0" cellpadding="3" width="80%">
|
||
|
<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
domain
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the inetd service process.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
entrypoint
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the process program.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="interface">
|
||
|
|
||
|
|
||
|
<div id="codeblock">
|
||
|
|
||
|
<b>inetd_tcp_service_domain</b>(
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
domain
|
||
|
|
||
|
|
||
|
|
||
|
,
|
||
|
|
||
|
|
||
|
|
||
|
entrypoint
|
||
|
|
||
|
|
||
|
)<br>
|
||
|
</div>
|
||
|
<div id="description">
|
||
|
|
||
|
<h5>Summary</h5>
|
||
|
<p>
|
||
|
Define the specified domain as a TCP inetd service.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h5>Parameters</h5>
|
||
|
<table border="1" cellspacing="0" cellpadding="3" width="80%">
|
||
|
<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
domain
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the inetd service process.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
entrypoint
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the process program.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="interface">
|
||
|
|
||
|
|
||
|
<div id="codeblock">
|
||
|
|
||
|
<b>inetd_udp_service_domain</b>(
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
domain
|
||
|
|
||
|
|
||
|
|
||
|
,
|
||
|
|
||
|
|
||
|
|
||
|
entrypoint
|
||
|
|
||
|
|
||
|
)<br>
|
||
|
</div>
|
||
|
<div id="description">
|
||
|
|
||
|
<h5>Summary</h5>
|
||
|
<p>
|
||
|
Define the specified domain as a UDP inetd service.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h5>Parameters</h5>
|
||
|
<table border="1" cellspacing="0" cellpadding="3" width="80%">
|
||
|
<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
domain
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the inetd service process.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
entrypoint
|
||
|
</td><td>
|
||
|
|
||
|
The type associated with the process program.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<a href=#top>Return</a>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|