selinux-policy/www/api-docs/kernel_devices.html
2006-03-07 14:35:03 +00:00

6078 lines
75 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">+&nbsp;
admin</a></br/>
<div id='subitem'>
</div>
<a href="apps.html">+&nbsp;
apps</a></br/>
<div id='subitem'>
</div>
<a href="kernel.html">+&nbsp;
kernel</a></br/>
<div id='subitem'>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_corecommands.html'>
corecommands</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_corenetwork.html'>
corenetwork</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_devices.html'>
devices</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_domain.html'>
domain</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_files.html'>
files</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_filesystem.html'>
filesystem</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_kernel.html'>
kernel</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_mcs.html'>
mcs</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_mls.html'>
mls</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_selinux.html'>
selinux</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_storage.html'>
storage</a><br/>
&nbsp;&nbsp;&nbsp;-&nbsp;<a href='kernel_terminal.html'>
terminal</a><br/>
</div>
<a href="services.html">+&nbsp;
services</a></br/>
<div id='subitem'>
</div>
<a href="system.html">+&nbsp;
system</a></br/>
<div id='subitem'>
</div>
<br/><p/>
<a href="global_booleans.html">*&nbsp;Global&nbsp;Booleans&nbsp;</a>
<br/><p/>
<a href="global_tunables.html">*&nbsp;Global&nbsp;Tunables&nbsp;</a>
<p/><br/><p/>
<a href="index.html">*&nbsp;Layer Index</a>
<br/><p/>
<a href="interfaces.html">*&nbsp;Interface&nbsp;Index</a>
<br/><p/>
<a href="templates.html">*&nbsp;Template&nbsp;Index</a>
</div>
<div id="Content">
<a name="top":></a>
<h1>Layer: kernel</h1><p/>
<h2>Module: devices</h2><p/>
<h3>Description:</h3>
<p><p>
</p><p>
This module creates the device node concept and provides
the policy for many of the device files. Notable exceptions are
the mass storage and terminal devices that are covered by other
modules.
</p><p>
</p><p>
This module creates the concept of a device node. That is a
char or block device file, usually in /dev. All types that
are used to label device nodes should use the dev_node macro.
</p><p>
</p><p>
Additionally, this module controls access to three things:
<ul><p>
</p><li><p>the device directories containing device nodes</p></li><p>
</p><li><p>device nodes as a group</p></li><p>
</p><li><p>individual access to specific device nodes covered by
this module.</p></li><p>
</p></ul>
</p><p>
</p></p>
<p>This module is required to be included in all policies.</p>
<a name="interfaces"></a>
<h3>Interfaces: </h3>
<a name="link_dev_append_printer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_append_printer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Append the printer device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_associate_usbfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_associate_usbfs</b>(
file_type
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Associate a file to a usbfs filesystem.
</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>
file_type
</td><td>
<p>
The type of the file to be associated to usbfs.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_create_cardmgr_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_create_cardmgr_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, read, write, and delete
the PCMCIA card manager device
with the correct type.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_create_generic_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_create_generic_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow read, write, and create for generic character device files.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_create_generic_dirs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_create_generic_dirs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create a directory in the device directory.
</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>
<p>
Domain allowed to create the directory.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_delete_generic_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_delete_generic_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Delete generic files in /dev.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_delete_generic_symlinks"></a>
<div id="interface">
<div id="codeblock">
<b>dev_delete_generic_symlinks</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Delete symbolic links in device directories.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_delete_lvm_control_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_delete_lvm_control_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Delete the lvm control device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_all_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_all_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit getattr on all block file device nodes.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_all_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_all_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit getattr on all character file device nodes.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_apm_bios_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_apm_bios_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to get the attributes of
the apm bios device node.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_generic_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_generic_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit getattr on generic block devices.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_generic_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_generic_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit getattr for generic character device files.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_generic_pipes"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_generic_pipes</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit getattr on generic pipes.
</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>
<p>
Domain to dontaudit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_memory_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_memory_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
dontaudit getattr raw memory devices (e.g. /dev/mem).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_misc_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_misc_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to get the attributes
of miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_scanner_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_scanner_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to get the attributes of
the scanner device.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_usbfs_dirs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_usbfs_dirs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to get the attributes
of a directory in the usb filesystem.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_getattr_video_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_getattr_video_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to get the attributes
of video4linux device nodes.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_list_all_dev_nodes"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_list_all_dev_nodes</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit attempts to list all device nodes.
</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>
<p>
Domain to dontaudit listing of device nodes.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_read_all_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_read_all_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit read on all block file device nodes.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_read_all_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_read_all_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit read on all character file device nodes.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_read_framebuffer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_read_framebuffer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to read the framebuffer.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_read_rand"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_read_rand</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to read from random
number generator devices (e.g., /dev/random)
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_rw_cardmgr"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_rw_cardmgr</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to read and
write the PCMCIA card manager device.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_rw_dri"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_rw_dri</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit read and write on the dri devices.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_rw_generic_dev_nodes"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_rw_generic_dev_nodes</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit getattr for generic device files.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_rw_misc"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_rw_misc</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to read and write miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_search_sysfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_search_sysfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to search sysfs.
</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>
<p>
The type of the process performing this action.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_apm_bios_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_apm_bios_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to set the attributes of
the apm bios device node.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_framebuffer_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_framebuffer_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dot not audit attempts to set the attributes
of the framebuffer device node.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_generic_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_generic_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit setattr on generic block devices.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_generic_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_generic_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Dontaudit setattr for generic character device files.
</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>
<p>
Domain to dontaudit access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_generic_symlinks"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_generic_symlinks</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to set the attributes
of symbolic links in device directories (/dev).
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_misc_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_misc_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to set the attributes
of miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_scanner_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_scanner_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to set the attributes of
the scanner device.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_dontaudit_setattr_video_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_dontaudit_setattr_video_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Do not audit attempts to set the attributes
of video4linux device nodes.
</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>
<p>
Domain to not audit.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_filetrans"></a>
<div id="interface">
<div id="codeblock">
<b>dev_filetrans</b>(
domain
,
file
,
objectclass(es)
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, read, and write device nodes. The node
will be transitioned to the type provided.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
<tr><td>
file
</td><td>
<p>
Type to which the created node will be transitioned.
</p>
</td><td>
No
</td></tr>
<tr><td>
objectclass(es)
</td><td>
<p>
Object class(es) (single or set including {}) for which this
the transition will occur.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_agp_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_agp_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Getattr the agp devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_all_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_all_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Getattr on all block file device nodes.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_all_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_all_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Getattr on all character file device nodes.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_apm_bios_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_apm_bios_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the apm bios device node.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_cpu_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_cpu_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the CPU
microcode and id 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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_dri_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_dri_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
getattr the dri devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_framebuffer_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_framebuffer_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the framebuffer device node.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_generic_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_generic_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow getattr on generic block devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_generic_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_generic_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow getattr for generic character device files.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_misc_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_misc_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_mouse_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_mouse_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the mouse devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_mtrr_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_mtrr_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the mtrr device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_power_mgmt_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_power_mgmt_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the the power management device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_scanner_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_scanner_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the scanner device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_sound_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_sound_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of the sound devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_sysfs_dirs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_sysfs_dirs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of sysfs directories.
</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>
<p>
The type of the process performing this action.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_usbfs_dirs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_usbfs_dirs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of a directory in the usb filesystem.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_video_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_video_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of video4linux devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_getattr_xserver_misc_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_getattr_xserver_misc_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Get the attributes of X server miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_list_all_dev_nodes"></a>
<div id="interface">
<div id="codeblock">
<b>dev_list_all_dev_nodes</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
List all of the device nodes in a device directory.
</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>
<p>
Domain allowed to list device nodes.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_list_sysfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_list_sysfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
List the contents of the sysfs directories.
</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>
<p>
The type of the process performing this action.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_list_usbfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_list_usbfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow caller to get a list of usb hardware.
</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>
<p>
The process type getting the list.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_all_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_all_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read, write, create, and delete all block device files.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_all_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_all_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read, write, create, and delete all character device files.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_all_dev_nodes"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_all_dev_nodes</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, delete, read, and write device nodes in device directories.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_cardmgr_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_cardmgr_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, read, write, and delete
the PCMCIA card manager device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_dri_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_dri_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, read, write, and delete the dri devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_generic_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_generic_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, delete, read, and write block device files.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_generic_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_generic_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, delete, read, and write character device files.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_generic_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_generic_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create a file in the device directory.
</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>
<p>
Domain allowed to create the files.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_manage_generic_symlinks"></a>
<div id="interface">
<div id="codeblock">
<b>dev_manage_generic_symlinks</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Create, delete, read, and write symbolic links in device directories.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_mount_usbfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_mount_usbfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Mount a usbfs filesystem.
</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>
<p>
The type of the process performing this action.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_node"></a>
<div id="interface">
<div id="codeblock">
<b>dev_node</b>(
object_type
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Make the passed in type a type appropriate for
use on device nodes (usually files in /dev).
</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>
object_type
</td><td>
<p>
The object type that will be used on device nodes.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_cpuid"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_cpuid</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the CPU identity.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_framebuffer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_framebuffer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the framebuffer.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_input"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_input</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read input event devices (/dev/input).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_lvm_control"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_lvm_control</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the lvm comtrol device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_misc"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_misc</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_mouse"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_mouse</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the mouse devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_mtrr"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_mtrr</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the mtrr device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_rand"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_rand</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read from random number generator
devices (e.g., /dev/random)
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_raw_memory"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_raw_memory</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read raw memory devices (e.g. /dev/mem).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_realtime_clock"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_realtime_clock</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the realtime clock (/dev/rtc).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_sound"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_sound</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the sound devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_sound_mixer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_sound_mixer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read the sound mixer devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_sysfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_sysfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow caller to read hardware state information.
</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>
<p>
The process type reading hardware state information.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_urand"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_urand</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read from pseudo random devices (e.g., /dev/urandom)
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_read_usbfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_read_usbfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read USB hardware information using
the usbfs filesystem interface.
</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>
<p>
The type of the process performing this action.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_relabel_all_dev_nodes"></a>
<div id="interface">
<div id="codeblock">
<b>dev_relabel_all_dev_nodes</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow full relabeling (to and from) of all device nodes.
</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>
<p>
Domain allowed to relabel.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_relabel_generic_dev_dirs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_relabel_generic_dev_dirs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow full relabeling (to and from) of directories in /dev.
</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>
<p>
Domain allowed to relabel.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_relabel_generic_symlinks"></a>
<div id="interface">
<div id="codeblock">
<b>dev_relabel_generic_symlinks</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Relabel symbolic links in device directories.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_agp"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_agp</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the agp devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_apm_bios"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_apm_bios</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the apm bios.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_cardmgr"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_cardmgr</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the PCMCIA card manager device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_cpu_microcode"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_cpu_microcode</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the the CPU microcode device. This
is required to load CPU microcode.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_crypto"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_crypto</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the the hardware SSL accelerator.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_dri"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_dri</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the dri devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_framebuffer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_framebuffer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the framebuffer.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_generic_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_generic_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write generic files in /dev.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_generic_usb_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_generic_usb_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write generic the USB devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_input_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_input_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read input event devices (/dev/input).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_lvm_control"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_lvm_control</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the lvm control device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_mouse"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_mouse</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write to mouse devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_mtrr"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_mtrr</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the mtrr device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_null"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_null</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write to the null device (/dev/null).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_power_management"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_power_management</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the the power management device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_printer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_printer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the printer device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_realtime_clock"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_realtime_clock</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and set the realtime clock (/dev/rtc).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_scanner"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_scanner</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write the scanner device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_sysfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_sysfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow caller to modify hardware state information.
</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>
<p>
The process type modifying hardware state information.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_usbfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_usbfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Allow caller to modify usb hardware configuration files.
</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>
<p>
The process type modifying the options.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_xserver_misc"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_xserver_misc</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write X server miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rw_zero"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rw_zero</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and write to the zero device (/dev/zero).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rwx_zero"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rwx_zero</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read, write, and execute the zero device (/dev/zero).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_rx_raw_memory"></a>
<div id="interface">
<div id="codeblock">
<b>dev_rx_raw_memory</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Read and execute raw memory devices (e.g. /dev/mem).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_search_sysfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_search_sysfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Search the sysfs directories.
</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>
<p>
The type of the process performing this action.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_search_usbfs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_search_usbfs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Search the directory containing USB hardware information.
</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>
<p>
The type of the process performing this action.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_all_blk_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_all_blk_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Setattr on all block file device nodes.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_all_chr_files"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_all_chr_files</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Setattr on all character file device nodes.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_apm_bios_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_apm_bios_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of the apm bios device node.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_dri_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_dri_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Setattr the dri devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_framebuffer_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_framebuffer_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of the framebuffer device node.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_generic_dirs"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_generic_dirs</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of /dev directories.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_misc_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_misc_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_mouse_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_mouse_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of the mouse devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_power_mgmt_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_power_mgmt_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of the the power management device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_printer_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_printer_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of the printer device nodes.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_scanner_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_scanner_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of the scanner device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_sound_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_sound_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of the sound devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_video_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_video_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of video4linux device nodes.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_setattr_xserver_misc_dev"></a>
<div id="interface">
<div id="codeblock">
<b>dev_setattr_xserver_misc_dev</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the attributes of X server miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_unconfined"></a>
<div id="interface">
<div id="codeblock">
<b>dev_unconfined</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Unconfined access to devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_framebuffer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_framebuffer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write the framebuffer.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_misc"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_misc</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write miscellaneous devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_mtrr"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_mtrr</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write the mtrr device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_rand"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_rand</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write to the random device (e.g., /dev/random). This adds
entropy used to generate the random data read from the
random device.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_raw_memory"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_raw_memory</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write raw memory devices (e.g. /dev/mem).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_realtime_clock"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_realtime_clock</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Set the realtime clock (/dev/rtc).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_sound"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_sound</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write the sound devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_sound_mixer"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_sound_mixer</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write the sound mixer devices.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_write_urand"></a>
<div id="interface">
<div id="codeblock">
<b>dev_write_urand</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write to the pseudo random device (e.g., /dev/urandom). This
sets the random number generator seed.
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a name="link_dev_wx_raw_memory"></a>
<div id="interface">
<div id="codeblock">
<b>dev_wx_raw_memory</b>(
domain
)<br>
</div>
<div id="description">
<h5>Summary</h5>
<p>
Write and execute raw memory devices (e.g. /dev/mem).
</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>
<p>
Domain allowed access.
</p>
</td><td>
No
</td></tr>
</table>
</div>
</div>
<a href=#top>Return</a>
</div>
</body>
</html>