Rename all not associated with LXC stuff.
[platform/core/security/vasum.git] / tests / unit_tests / client / configs / ut-client / templates / console-dbus.conf.in
1 {
2     "zoneTemplate" : "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     "requestedState" : "running",
5     "ipv4Gateway" : "",
6     "ipv4" : "",
7     "privilege" : 20,
8     "vt" : -1,
9     "switchToDefaultAfterTimeout" : true,
10     "cpuQuotaForeground" : -1,
11     "cpuQuotaBackground" : 1000,
12     "shutdownTimeout" : 10,
13     "runMountPoint" : "/tmp/ut-run/~NAME~",
14     "provisions" : [],
15     "permittedToSend" : [ "/tmp/.*" ],
16     "permittedToRecv" : [ "/tmp/.*" ],
17     "validLinkPrefixes" : []
18 }