Rename all not associated with LXC stuff.
[platform/core/security/vasum.git] / tests / unit_tests / server / configs / ut-zone / templates / test.conf
1 {
2     "zoneTemplate" : "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     "cpuQuotaForeground" : -1,
11     "cpuQuotaBackground" : 1000,
12     "shutdownTimeout" : 10,
13     "runMountPoint" : "",
14     "provisions" : [],
15     "permittedToSend" : [],
16     "permittedToRecv" : [],
17     "validLinkPrefixes" : [ "/tmp" ]
18 }