summaryrefslogtreecommitdiffstats
path: root/recipes-example/virt-example/files/example-container.conf
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
commitc158582c0fc7f4bd73980fe9adad446855f4d61b (patch)
tree31b701a2367cb983e76e76cd7c2ba176ad33e5ac /recipes-example/virt-example/files/example-container.conf
downloadmeta-vt-c158582c0fc7f4bd73980fe9adad446855f4d61b.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-example/virt-example/files/example-container.conf')
-rw-r--r--recipes-example/virt-example/files/example-container.conf50
1 files changed, 50 insertions, 0 deletions
diff --git a/recipes-example/virt-example/files/example-container.conf b/recipes-example/virt-example/files/example-container.conf
new file mode 100644
index 0000000..e2e8d5e
--- /dev/null
+++ b/recipes-example/virt-example/files/example-container.conf
@@ -0,0 +1,50 @@
1#Copyright (c) 2014 by Enea Software AB
2#All rights reserved.
3#
4#Redistribution and use in source and binary forms, with or without
5#modification, are permitted provided that the following conditions are met:
6# * Redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer.
8# * Redistributions in binary form must reproduce the above copyright
9# notice, this list of conditions and the following disclaimer in the
10# documentation and/or other materials provided with the distribution.
11# * Neither the name of Enea Software AB nor the
12# names of its contributors may be used to endorse or promote products
13# derived from this software without specific prior written permission.
14#
15#THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16#ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17#WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18#DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19#ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20#(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21#LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22#ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23#(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24#SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25
26lxc.tty = 2
27lxc.pts = 2
28lxc.rootfs = /container-images/example-container-rootfs/
29lxc.autodev = 1
30lxc.cgroup.cpuset.cpus = 3
31
32lxc.cgroup.devices.deny = a
33# /dev/null and zero
34lxc.cgroup.devices.allow = c 1:3 rwm
35lxc.cgroup.devices.allow = c 1:5 rwm
36# /dev/{,u}random
37lxc.cgroup.devices.allow = c 1:9 rwm
38lxc.cgroup.devices.allow = c 1:8 rwm
39# pts consoles
40lxc.cgroup.devices.allow = c 136:* rwm
41lxc.cgroup.devices.allow = c 5:2 rwm
42# rtc
43lxc.cgroup.devices.allow = c 254:0 rwm
44
45lxc.utsname = example-container
46
47lxc.network.type = veth
48lxc.network.link = example-bridge
49lxc.network.veth.pair = example-veth
50lxc.network.flags = up