Layer: system

Module: modutils

Description:

Policy for kernel module utilities

Interfaces:

modutils_domtrans_depmod( domain )
Summary

Execute depmod in the depmod domain.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
modutils_domtrans_insmod( domain )
Summary

Execute insmod in the insmod domain.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
modutils_domtrans_update_mods( domain )
Summary

Execute depmod in the depmod domain.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
modutils_exec_depmod( ? )
Summary

Summary is missing!

Parameters
Parameter:Description:Optional:
? Parameter descriptions are missing! No
modutils_exec_insmod( ? )
Summary

Summary is missing!

Parameters
Parameter:Description:Optional:
? Parameter descriptions are missing! No
modutils_exec_update_mods( ? )
Summary

Summary is missing!

Parameters
Parameter:Description:Optional:
? Parameter descriptions are missing! No
modutils_read_mods_deps( domain )
Summary

Read the dependencies of kernel modules.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
modutils_read_module_conf( domain )
Summary

Read the configuration options used when loading modules.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
modutils_rename_module_conf( domain )
Summary

Rename a file with the configuration options used when loading modules.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
modutils_run_depmod( domain , role , terminal )
Summary

Execute depmod in the depmod domain.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
role The role to be allowed the depmod domain. No
terminal The type of the terminal allow the depmod domain to use. No
modutils_run_insmod( domain , role , terminal )
Summary

Execute insmod in the insmod domain, and allow the specified role the insmod domain, and use the caller's terminal. Has a sigchld backchannel.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
role The role to be allowed the insmod domain. No
terminal The type of the terminal allow the insmod domain to use. No
modutils_run_update_mods( domain , role , terminal )
Summary

Execute update_modules in the update_modules domain.

Parameters
Parameter:Description:Optional:
domain The type of the process performing this action. No
role The role to be allowed the update_modules domain. No
terminal The type of the terminal allow the update_modules domain to use. No
Return