summaryrefslogtreecommitdiff
path: root/app-emulation/lxd/files/lxd-2.0.2.confd
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2016-06-13 10:40:41 -0500
committerErik Mackdanz <stasibear@gentoo.org>2016-06-13 10:41:40 -0500
commit1c437fe99eb4beb6b279b843587c5c559ce452ad (patch)
treeb89f81f246d4825053fad346e0d3480fd9f8b81e /app-emulation/lxd/files/lxd-2.0.2.confd
parent6040a328d552916612e902d7954240e8fca989c1 (diff)
downloadgentoo-1c437fe99eb4beb6b279b843587c5c559ce452ad.tar.gz
gentoo-1c437fe99eb4beb6b279b843587c5c559ce452ad.tar.xz
app-emulation/lxd: bump to 2.0.2
Address CVE-2016-1581 and CVE-2016-1582 Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emulation/lxd/files/lxd-2.0.2.confd')
-rw-r--r--app-emulation/lxd/files/lxd-2.0.2.confd27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emulation/lxd/files/lxd-2.0.2.confd b/app-emulation/lxd/files/lxd-2.0.2.confd
new file mode 100644
index 00000000000..3d553276a5e
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.2.confd
@@ -0,0 +1,27 @@
+# Group which owns the shared socket
+LXD_OPTIONS+=" --group lxd"
+
+
+
+# Enable cpu profiling into the specified file
+#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
+
+# Enable memory profiling into the specified file
+#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
+
+
+
+# Enables debug mode
+#LXD_OPTIONS+=" --debug"
+
+# For debugging, print a complete stack trace every n seconds
+#LXD_OPTIONS+=" --print-goroutines-every 5"
+
+# Enables verbose mode
+#LXD_OPTIONS+=" -v"
+
+# Logfile to log to
+#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
+
+# Enables syslog logging
+#LXD_OPTIONS+=" --syslog"