Add API to create new containers
[platform/core/security/vasum.git] / tests / unit_tests / server / configs / ut-containers-manager / templates / template.conf
1 {
2     "privilege" : 20,
3     "switchToDefaultAfterTimeout" : true,
4     "config" : "../libvirt-config/~NAME~.xml",
5     "networkConfig" : "../libvirt-config/~NAME~-network.xml",
6     "networkFilterConfig" : "../libvirt-config/~NAME~-nwfilter.xml",
7     "cpuQuotaForeground" : -1,
8     "cpuQuotaBackground" : 1000,
9     "runMountPoint" : "/tmp/ut-containers-manager/~NAME~-dbus",
10     "enableDbusIntegration" : true,
11     "permittedToSend" : [ "/tmp/.*" ],
12     "permittedToRecv" : [ "/tmp/.*" ]
13 }