Persistent state of zone
[platform/core/security/vasum.git] / tests / unit_tests / server / configs / ut-zone / templates / test.conf
1 {
2     "lxcTemplate" : "minimal.sh",
3     "initWithArgs" : ["/bin/sh", "-c", "trap exit SIGTERM; read"],
4     "requestedState" : "running",
5     "ipv4Gateway" : "",
6     "ipv4" : "",
7     "privilege" : 10,
8     "vt" : -1,
9     "switchToDefaultAfterTimeout" : true,
10     "enableDbusIntegration" : false,
11     "cpuQuotaForeground" : -1,
12     "cpuQuotaBackground" : 1000,
13     "runMountPoint" : "",
14     "provisions" : [],
15     "permittedToSend" : [],
16     "permittedToRecv" : [],
17     "validLinkPrefixes" : [ "/tmp" ]
18 }