1{
2  "/etc/ipsec.conf": {
3    "can_dangle": true,
4    "destination": "/run/l2tpipsec_vpn/current/ipsec.conf",
5    "owner": "root",
6    "group": "ipsec",
7    "mode": "0640"
8  },
9  "/etc/ipsec.d/cacerts/cacert.der": {
10    "can_dangle": true,
11    "destination": "/run/l2tpipsec_vpn/current/cacert.der",
12    "owner": "root",
13    "group": "ipsec",
14    "mode": "0640"
15  },
16  "/etc/ipsec.secrets": {
17    "can_dangle": true,
18    "destination": "/run/l2tpipsec_vpn/current/ipsec.secrets",
19    "owner": "root",
20    "group": "ipsec",
21    "mode": "0640"
22  },
23  "/etc/localtime": {
24    "can_dangle": true,
25    "destination": "/var/lib/timezone/localtime",
26    "owner": "root",
27    "group": "root",
28    "mode": "0644"
29  },
30  "/etc/machine-id": {
31    "can_dangle": false,
32    "destination": "/var/lib/dbus/machine-id",
33    "owner": "root",
34    "group": "root",
35    "mode": "0644"
36  },
37  "/etc/resolv.conf": {
38    "can_dangle": false,
39    "destination": "/run/shill/resolv.conf",
40    "owner": "root",
41    "group": "root",
42    "mode": "0644"
43  },
44  "/etc/strongswan.conf": {
45    "can_dangle": true,
46    "destination": "/run/l2tpipsec_vpn/current/strongswan.conf",
47    "owner": "root",
48    "group": "ipsec",
49    "mode": "0640"
50  },
51  "/etc/env.d/python": {
52    "can_dangle": true,
53    "destination": "/usr/local/etc/env.d/python",
54    "owner": "root",
55    "group": "root",
56    "mode": "0755"
57  },
58  "/usr/bin/python": {
59    "can_dangle": true,
60    "destination": "/usr/local/bin/python2.7",
61    "owner": "root",
62    "group": "root",
63    "mode": "0755"
64  },
65  "/usr/bin/python2": {
66    "can_dangle": true,
67    "destination": "/usr/local/bin/python2.7",
68    "owner": "root",
69    "group": "root",
70    "mode": "0755"
71  },
72  "/usr/bin/python2.7": {
73    "can_dangle": true,
74    "destination": "/usr/local/bin/python2.7",
75    "owner": "root",
76    "group": "root",
77    "mode": "0755"
78  },
79  "/usr/bin/python3": {
80    "can_dangle": true,
81    "destination": "/usr/local/bin/python3",
82    "owner": "root",
83    "group": "root",
84    "mode": "0755"
85  },
86  "/usr/bin/python3.3": {
87    "can_dangle": true,
88    "destination": "/usr/local/bin/python3.3",
89    "owner": "root",
90    "group": "root",
91    "mode": "0755"
92  },
93  "/usr/bin/python3.4": {
94    "can_dangle": true,
95    "destination": "/usr/local/bin/python3.4",
96    "owner": "root",
97    "group": "root",
98    "mode": "0755"
99  },
100  "/usr/lib/debug": {
101    "can_dangle": true,
102    "destination": "/usr/local/usr/lib/debug",
103    "owner": "root",
104    "group": "root",
105    "mode": "0755"
106  },
107  "/usr/lib/portage": {
108    "can_dangle": true,
109    "destination": "/usr/local/lib/portage",
110    "owner": "root",
111    "group": "root",
112    "mode": "0755"
113  },
114  "/usr/lib/python-exec": {
115    "can_dangle": true,
116    "destination": "/usr/local/lib/python-exec",
117    "owner": "root",
118    "group": "root",
119    "mode": "0755"
120  },
121  "/usr/bin/ssh": {
122    "can_dangle": true,
123    "destination": "/usr/local/bin/ssh",
124    "owner": "root",
125    "group": "root",
126    "mode": "0755"
127  }
128}
129