1{ 2 "/etc/chromium/policies": { 3 "can_dangle": true, 4 "destination": "/home/chronos/user/var/browser-policies", 5 "owner": "chronos", 6 "group": "chronos", 7 "mode": "0755" 8 }, 9 "/etc/ipsec.conf": { 10 "can_dangle": true, 11 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.conf", 12 "owner": "root", 13 "group": "ipsec", 14 "mode": "0640" 15 }, 16 "/etc/ipsec.d/cacerts/cacert.der": { 17 "can_dangle": true, 18 "destination": "/var/run/l2tpipsec_vpn/current/cacert.der", 19 "owner": "root", 20 "group": "ipsec", 21 "mode": "0640" 22 }, 23 "/etc/ipsec.secrets": { 24 "can_dangle": true, 25 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.secrets", 26 "owner": "root", 27 "group": "ipsec", 28 "mode": "0640" 29 }, 30 "/etc/localtime": { 31 "can_dangle": true, 32 "destination": "/var/lib/timezone/localtime", 33 "owner": "root", 34 "group": "root", 35 "mode": "0644" 36 }, 37 "/etc/machine-id": { 38 "can_dangle": false, 39 "destination": "/var/lib/dbus/machine-id", 40 "owner": "root", 41 "group": "root", 42 "mode": "0644" 43 }, 44 "/etc/opt/chrome/policies": { 45 "can_dangle": true, 46 "destination": "/home/chronos/user/var/browser-policies", 47 "owner": "chronos", 48 "group": "chronos", 49 "mode": "0755" 50 }, 51 "/etc/resolv.conf": { 52 "can_dangle": false, 53 "destination": "/var/run/shill/resolv.conf", 54 "owner": "root", 55 "group": "root", 56 "mode": "0644" 57 }, 58 "/etc/strongswan.conf": { 59 "can_dangle": true, 60 "destination": "/var/run/l2tpipsec_vpn/current/strongswan.conf", 61 "owner": "root", 62 "group": "ipsec", 63 "mode": "0640" 64 }, 65 "/usr/bin/python": { 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": { 73 "can_dangle": true, 74 "destination": "/usr/local/bin/python2.7", 75 "owner": "root", 76 "group": "root", 77 "mode": "0755" 78 }, 79 "/usr/bin/python2.7": { 80 "can_dangle": true, 81 "destination": "/usr/local/bin/python2.7", 82 "owner": "root", 83 "group": "root", 84 "mode": "0755" 85 }, 86 "/usr/lib/debug": { 87 "can_dangle": true, 88 "destination": "/usr/local/usr/lib/debug", 89 "owner": "root", 90 "group": "root", 91 "mode": "0755" 92 }, 93 "/usr/bin/ssh": { 94 "can_dangle": true, 95 "destination": "/usr/local/bin/ssh", 96 "owner": "root", 97 "group": "root", 98 "mode": "0755" 99 } 100} 101