Add additional documentation to kernel_request_load_module().
This commit is contained in:
parent
5911f3dbca
commit
e8871c2092
|
@ -487,12 +487,24 @@ interface(`kernel_clear_ring_buffer',`
|
||||||
## <summary>
|
## <summary>
|
||||||
## Allows caller to request the kernel to load a module
|
## Allows caller to request the kernel to load a module
|
||||||
## </summary>
|
## </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">
|
## <param name="domain">
|
||||||
## <summary>
|
## <summary>
|
||||||
## Domain allowed access.
|
## Domain allowed access.
|
||||||
## </summary>
|
## </summary>
|
||||||
## </param>
|
## </param>
|
||||||
## <rolecap/>
|
|
||||||
#
|
#
|
||||||
interface(`kernel_request_load_module',`
|
interface(`kernel_request_load_module',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
|
|
Loading…
Reference in New Issue