Fix generating IP and VT for new zones
[platform/core/security/vasum.git] / server / configs / daemon.conf.in
1 {
2     "dbPath" : "/usr/dbspace/vasum.db",
3     "zoneConfigs" : [],
4     "zonesPath" : "${DATA_DIR}/.zones",
5     "zoneImagePath" : "",
6     "zoneTemplatePath" : "/etc/vasum/templates/template.conf",
7     "zoneNewConfigPrefix" : "/var/lib/vasum",
8     "runMountPointPrefix" : "/var/run/zones",
9     "defaultId" : "",
10     "lxcTemplatePrefix" : "/etc/vasum/lxc-templates",
11     "availableVTs" : [3, 4, 5, 6],
12     "inputConfig" : {"enabled" : true,
13                      "device" : "gpio_keys.6",
14                      "code" : 116,
15                      "numberOfEvents" : 2,
16                      "timeWindowMs" : 500},
17     "proxyCallRules" : []
18 }