Layer: contrib

Module: xen

Tunables Interfaces

Description:

Xen hypervisor


Tunables:

xen_use_nfs
Default value

false

Description

Allow xen to manage nfs files

xend_run_blktap
Default value

true

Description

Allow xend to run blktapctrl/tapdisk. Not required if using dedicated logical volumes for disk images.

xend_run_qemu
Default value

true

Description

Allow xend to run qemu-dm. Not required if using paravirt and no vfb.

Return

Interfaces:

xen_append_log( domain )
Summary

Allow the specified domain to append xend log files.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_domtrans( domain )
Summary

Execute a domain transition to run xend.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

xen_domtrans_xm( domain )
Summary

Execute a domain transition to run xm.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

xen_dontaudit_rw_unix_stream_sockets( domain )
Summary

Do not audit attempts to read and write Xen unix domain stream sockets. These are leaked file descriptors.

Parameters
Parameter:Description:
domain

Domain to not audit.

xen_dontaudit_use_fds( domain )
Summary

Do not audit attempts to inherit xen file descriptors.

Parameters
Parameter:Description:
domain

Domain to not audit.

xen_exec( domain )
Summary

Allow the specified domain to execute xend in the caller domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_manage_image_dirs( domain )
Summary

Allow the specified domain to read/write xend image files.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_manage_log( domain )
Summary

Create, read, write, and delete the xend log files.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_read_image_files( domain )
Summary

Read xend image files.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_read_lib_files( domain )
Summary

Read xend lib files.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_read_pid_files_xenstored( domain )
Summary

Read xend pid files.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_rw_image_files( domain )
Summary

Allow the specified domain to read/write xend image files.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

xen_stream_connect( domain )
Summary

Connect to xend over a unix domain stream socket.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_stream_connect_xenstore( domain )
Summary

Connect to xenstored over a unix stream socket.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_stream_connect_xm( domain )
Summary

Connect to xm over a unix stream socket.

Parameters
Parameter:Description:
domain

Domain allowed access.

xen_use_fds( domain )
Summary

Inherit and use xen file descriptors.

Parameters
Parameter:Description:
domain

Domain allowed access.

Return