blob: 4a752475f96eebba01972734de8d6a50dc19dc62 [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
19 }
20]