1[
2    {
3        "source": "/etc/resolv.conf",
4        "target": "/etc/resolv.conf",
5        "append": true,
6        "permission": 400
7    },
8    {
9        "source": "~/.ssh",
10        "target": "/root/.ssh",
11        "append": false,
12        "permission": 400
13    },
14    {
15        "source": "shadow_config.ini",
16        "target": "/usr/local/autotest/shadow_config.ini",
17        "append": false,
18        "permission": 644
19    },
20    {
21        "source": "moblab_config.ini",
22        "target": "/usr/local/autotest/moblab_config.ini",
23        "append": false,
24        "permission": 644
25    }
26]
27