Layer: system

Module: modutils

Description:

Policy for kernel module utilities

Interfaces:

modutils_domtrans_depmod( domain )
Description

Execute depmod in the depmod domain.

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

Execute insmod in the insmod domain. Has a sigchld backchannel.

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

Execute depmod in the depmod domain.

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

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 )
Description

Read 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 )
Description

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 )
Description

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 )
Description

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