79436c0d92e7f50eb5a0cb1ea288e36411b82cd8
[platform/core/security/vasum.git] / tests / unit_tests / server / configs / ut-zone / templates / buggy.conf
1 {
2     "lxcTemplate" : "/buggy/path",
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" : []
18 }