2009-10-08 15:40:14 +00:00
|
|
|
# Master configuration file for the LXC driver.
|
|
|
|
# All settings described here are optional - if omitted, sensible
|
|
|
|
# defaults are used.
|
|
|
|
|
|
|
|
# By default, log messages generated by the lxc controller go to the
|
|
|
|
# container logfile. It is also possible to accumulate log messages
|
|
|
|
# from all lxc controllers along with libvirtd's log outputs. In this
|
|
|
|
# case, the lxc controller will honor either LIBVIRT_LOG_OUTPUTS or
|
|
|
|
# log_outputs from libvirtd.conf.
|
|
|
|
#
|
|
|
|
# This is disabled by default, uncomment below to enable it.
|
|
|
|
#
|
2012-05-25 09:32:17 +00:00
|
|
|
#log_with_libvirtd = 1
|
2012-01-25 14:12:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
# The default security driver is SELinux. If SELinux is disabled
|
|
|
|
# on the host, then the security driver will automatically disable
|
2016-11-09 17:13:45 +00:00
|
|
|
# itself. If you wish to disable LXC SELinux security driver while
|
2012-01-25 14:12:53 +00:00
|
|
|
# leaving SELinux enabled for the host in general, then set this
|
|
|
|
# to 'none' instead.
|
|
|
|
#
|
2012-05-25 09:32:17 +00:00
|
|
|
#security_driver = "selinux"
|
2012-01-25 14:12:53 +00:00
|
|
|
|
|
|
|
# If set to non-zero, then the default security labeling
|
|
|
|
# will make guests confined. If set to zero, then guests
|
|
|
|
# will be unconfined by default. Defaults to 0.
|
2012-05-25 09:32:17 +00:00
|
|
|
#security_default_confined = 1
|
2012-01-25 14:12:53 +00:00
|
|
|
|
|
|
|
# If set to non-zero, then attempts to create unconfined
|
|
|
|
# guests will be blocked. Defaults to 0.
|
2012-05-25 09:32:17 +00:00
|
|
|
#security_require_confined = 1
|