summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorTom Barrett <spalf0@gmail.com>2019-11-21 07:14:29 -0600
committerTom Barrett <spalf0@gmail.com>2019-11-21 07:14:29 -0600
commit45f9230ae50c14e20e787da39ca559dad0fd30ec (patch)
tree24824887b74d371842f15669a132929d15a69f86 /.config
parent2f1391705c2e1eeefd6d23da1a1a42aa329a14d3 (diff)
lxc config file
Diffstat (limited to '.config')
-rw-r--r--.config/lxc/default.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/lxc/default.conf b/.config/lxc/default.conf
new file mode 100644
index 0000000..d8c5140
--- /dev/null
+++ b/.config/lxc/default.conf
@@ -0,0 +1,9 @@
+lxc.net.0.type = veth
+lxc.net.0.link = virbr0
+lxc.net.0.flags = up
+lxc.apparmor.profile = unconfined
+lxc.idmap = u 0 100000 65536
+lxc.idmap = g 0 100000 65536
+# fix when possible
+#lxc.apparmor.profile = generated
+#lxc.apparmor.allow_nesting = 1