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

Domain allowed access.

No
modutils_domtrans_insmod( domain )
Summary

Execute insmod in the insmod domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_domtrans_insmod_uncond( domain )
Summary

Unconditionally execute insmod in the insmod domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_domtrans_update_mods( domain )
Summary

Execute depmod in the depmod domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_exec_depmod( domain )
Summary

Execute depmod in the caller domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_exec_insmod( domain )
Summary

Execute insmod in the caller domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_exec_update_mods( domain )
Summary

Execute update_modules in the caller domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_manage_module_config( domain )
Summary

Manage files with the configuration options used when loading modules.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_read_module_config( domain )
Summary

Read the configuration options used when loading modules.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_read_module_deps( domain )
Summary

Read the dependencies of kernel modules.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_rename_module_config( domain )
Summary

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

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
modutils_run_depmod( domain , role , terminal )
Summary

Execute depmod in the depmod domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

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

Domain allowed access.

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

Domain allowed access.

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