Dan Shi | 7836d25 | 2015-04-27 15:33:58 -0700 | [diff] [blame] | 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 |
Dan Shi | 3d02fa3 | 2015-11-05 09:15:40 -0800 | [diff] [blame] | 19 | }, |
| 20 | { |
| 21 | "source": "moblab_config.ini", |
| 22 | "target": "/usr/local/autotest/moblab_config.ini", |
| 23 | "append": false, |
| 24 | "permission": 644 |
Dan Shi | 7836d25 | 2015-04-27 15:33:58 -0700 | [diff] [blame] | 25 | } |
Dan Shi | 3d02fa3 | 2015-11-05 09:15:40 -0800 | [diff] [blame] | 26 | ] |