Update tizen common (with wayland) lxc template
[platform/core/security/vasum.git] / server / configs / zones / business.conf
1 {
2     "name" : "business",
3     "lxcTemplate" : "tizen-common-wayland.sh",
4     "initWithArgs" : [],
5     "ipv4Gateway" : "10.0.102.1",
6     "ipv4" : "10.0.102.2",
7     "cpuQuotaForeground" : -1,
8     "cpuQuotaBackground" : 10000,
9     "enableDbusIntegration" : true,
10     "privilege" : 1,
11     "vt" : 3,
12     "switchToDefaultAfterTimeout" : true,
13     "runMountPoint" : "business/run",
14     "permittedToSend" : [ "/tmp/.*" ],
15     "permittedToRecv" : [ "/tmp/.*" ]
16 }