blob: 86a2babe1b935caf2724c66eca7b448304dcf53e [file] [log] [blame]
Dan Shi7836d252015-04-27 15:33:58 -07001[
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
Dan Shi3d02fa32015-11-05 09:15:40 -080019 },
20 {
21 "source": "moblab_config.ini",
22 "target": "/usr/local/autotest/moblab_config.ini",
23 "append": false,
24 "permission": 644
Dan Shi7836d252015-04-27 15:33:58 -070025 }
Dan Shi3d02fa32015-11-05 09:15:40 -080026]