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