196 lines
3.1 KiB
HTML
196 lines
3.1 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'>
|
||
|
|
||
|
- <a href='apps_cdrecord.html'>
|
||
|
cdrecord</a><br/>
|
||
|
|
||
|
- <a href='apps_gpg.html'>
|
||
|
gpg</a><br/>
|
||
|
|
||
|
- <a href='apps_irc.html'>
|
||
|
irc</a><br/>
|
||
|
|
||
|
- <a href='apps_java.html'>
|
||
|
java</a><br/>
|
||
|
|
||
|
- <a href='apps_loadkeys.html'>
|
||
|
loadkeys</a><br/>
|
||
|
|
||
|
- <a href='apps_lockdev.html'>
|
||
|
lockdev</a><br/>
|
||
|
|
||
|
- <a href='apps_screen.html'>
|
||
|
screen</a><br/>
|
||
|
|
||
|
- <a href='apps_slocate.html'>
|
||
|
slocate</a><br/>
|
||
|
|
||
|
- <a href='apps_webalizer.html'>
|
||
|
webalizer</a><br/>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<a href="kernel.html">+
|
||
|
kernel</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<a href="services.html">+
|
||
|
services</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<a href="system.html">+
|
||
|
system</a></br/>
|
||
|
<div id='subitem'>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<br/><p/>
|
||
|
<a href="global_booleans.html">* Global Booleans </a>
|
||
|
<br/><p/>
|
||
|
<a href="global_tunables.html">* Global Tunables </a>
|
||
|
<p/><br/><p/>
|
||
|
<a href="index.html">* Layer Index</a>
|
||
|
<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: apps</h1><p/>
|
||
|
<h2>Module: java</h2><p/>
|
||
|
|
||
|
<h3>Description:</h3>
|
||
|
|
||
|
<p><p>Java virtual machine</p></p>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<a name="templates"></a>
|
||
|
<h3>Templates: </h3>
|
||
|
|
||
|
<a name="link_java_per_userdomain_template"></a>
|
||
|
<div id="template">
|
||
|
|
||
|
|
||
|
<div id="codeblock">
|
||
|
|
||
|
<b>java_per_userdomain_template</b>(
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
userdomain_prefix
|
||
|
|
||
|
|
||
|
|
||
|
,
|
||
|
|
||
|
|
||
|
|
||
|
user_domain
|
||
|
|
||
|
|
||
|
|
||
|
,
|
||
|
|
||
|
|
||
|
|
||
|
user_role
|
||
|
|
||
|
|
||
|
)<br>
|
||
|
</div>
|
||
|
<div id="description">
|
||
|
|
||
|
<h5>Summary</h5>
|
||
|
<p>
|
||
|
The per user domain template for the java module.
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<h5>Description</h5>
|
||
|
<p>
|
||
|
</p><p>
|
||
|
This template creates a derived domains which are used
|
||
|
for java plugins that are executed by a browser.
|
||
|
</p><p>
|
||
|
</p><p>
|
||
|
This template is invoked automatically for each user, and
|
||
|
generally does not need to be invoked directly
|
||
|
by policy writers.
|
||
|
</p><p>
|
||
|
</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>
|
||
|
userdomain_prefix
|
||
|
</td><td>
|
||
|
|
||
|
The prefix of the user domain (e.g., user
|
||
|
is the prefix for user_t).
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
user_domain
|
||
|
</td><td>
|
||
|
|
||
|
The type of the user domain.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
<tr><td>
|
||
|
user_role
|
||
|
</td><td>
|
||
|
|
||
|
The role associated with the user domain.
|
||
|
|
||
|
</td><td>
|
||
|
No
|
||
|
</td></tr>
|
||
|
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<a href=#top>Return</a>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|