Add additional documentation to kernel_request_load_module().

This commit is contained in:
Chris PeBenito 2010-03-16 15:08:00 -04:00
parent 5911f3dbca
commit e8871c2092
1 changed files with 13 additions and 1 deletions

View File

@ -487,12 +487,24 @@ interface(`kernel_clear_ring_buffer',`
## <summary>
## Allows caller to request the kernel to load a module
## </summary>
## <desc>
## <p>
## Allow the specified domain to request that the kernel
## load a kernel module. An example of this is the
## auto-loading of network drivers when doing an
## ioctl() on a network interface.
## </p>
## <p>
## In the specific case of a module loading request
## on a network interface, the domain will also
## need the net_admin capability.
## </p>
## </desc>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`kernel_request_load_module',`
gen_require(`