Don't store dynamic config in conf files
[platform/core/security/vasum.git] / tests / unit_tests / client / configs / ut-client / templates / console-dbus.conf.in
1 {
2     "lxcTemplate" : "minimal-dbus.sh",
3     "initWithArgs" : ["/bin/sh", "-c", "trap exit SIGTERM; /usr/bin/dbus-daemon --config-file=@VSM_TEST_CONFIG_INSTALL_DIR@/server/ut-zones-manager/ut-dbus.conf --fork; read"],
4     "ipv4Gateway" : "",
5     "ipv4" : "",
6     "privilege" : 20,
7     "vt" : -1,
8     "switchToDefaultAfterTimeout" : true,
9     "enableDbusIntegration" : true,
10     "cpuQuotaForeground" : -1,
11     "cpuQuotaBackground" : 1000,
12     "runMountPoint" : "/tmp/ut-run/~NAME~",
13     "provisions" : [],
14     "permittedToSend" : [ "/tmp/.*" ],
15     "permittedToRecv" : [ "/tmp/.*" ],
16     "validLinkPrefixes" : []
17 }