1 | # Master configuration file for the LXC driver. |
---|
2 | # All settings described here are optional - if omitted, sensible |
---|
3 | # defaults are used. |
---|
4 | |
---|
5 | # By default, log messages generated by the lxc controller go to the |
---|
6 | # container logfile. It is also possible to accumulate log messages |
---|
7 | # from all lxc controllers along with libvirtd's log outputs. In this |
---|
8 | # case, the lxc controller will honor either LIBVIRT_LOG_OUTPUTS or |
---|
9 | # log_outputs from libvirtd.conf. |
---|
10 | # |
---|
11 | # This is disabled by default, uncomment below to enable it. |
---|
12 | # |
---|
13 | #log_with_libvirtd = 1 |
---|
14 | |
---|
15 | |
---|
16 | # The default security driver is SELinux. If SELinux is disabled |
---|
17 | # on the host, then the security driver will automatically disable |
---|
18 | # itself. If you wish to disable QEMU SELinux security driver while |
---|
19 | # leaving SELinux enabled for the host in general, then set this |
---|
20 | # to 'none' instead. |
---|
21 | # |
---|
22 | #security_driver = "selinux" |
---|
23 | |
---|
24 | # If set to non-zero, then the default security labeling |
---|
25 | # will make guests confined. If set to zero, then guests |
---|
26 | # will be unconfined by default. Defaults to 0. |
---|
27 | #security_default_confined = 1 |
---|
28 | |
---|
29 | # If set to non-zero, then attempts to create unconfined |
---|
30 | # guests will be blocked. Defaults to 0. |
---|
31 | #security_require_confined = 1 |
---|