-
Notifications
You must be signed in to change notification settings - Fork 10
/
core
78 lines (67 loc) · 1.63 KB
/
core
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
## This is the base profile which all app-specific profiles inherit from
## See README.rst for details
# data
/opt
/srv
/home
/root
-/root/.cache # duplicity caches by default here
# system minus instance-specific stuff
/usr/local
/etc
-/etc/default/grub
-/etc/grub.d
-/etc/debian_version
-/etc/turnkey_version
-/etc/ld.so.cache
-/etc/apt
-/etc/resolv.conf
-/etc/resolvconf
-/etc/network/interfaces
-/etc/passwd*
-/etc/group*
-/etc/hostname
-/etc/fstab
-/etc/mtab
-/etc/udev/rules.d
-/etc/ssh/ssh_host_*
-/etc/mysql/debian.cnf
-/etc/webmin/system-status/history
# live-boot dirs - di-live & live-tools removed at install for v16.0
-/etc/init.d/di-live
-/etc/init.d/live-tools
-/etc/live
-/etc/rc0.d/K01di-live
-/etc/rc0.d/K01live-tools
-/etc/rc6.d/K01di-live
-/etc/rc6.d/K01live-tools
-/etc/rcS.d/S01di-live
-/etc/rcS.d/S01live-tools
-/etc/systemd/system/live-tools.service
-/etc/systemd/system/rescue.service.d
-/etc/systemd/system/rescue.service.d/override.conf
-/etc/systemd/system/rescue.target.d
-/etc/systemd/system/rescue.target.d/override.conf
-/etc/systemd/system/rescue.target.wants
-/etc/systemd/system/rescue.target.wants/di-live.service
# ec2 blacklist
-/etc/event.d/console
-/usr/local/bin/ec2metadata
-/usr/local/lib/python2.6/dist-packages/ec2metadata.py*
# vmdk blacklist
-/etc/kernel-img.conf
# /var whitelist
/var/run
-/var/run/*.pid
-/var/run/*/*.pid
/var/www
/var/lib/shellinabox # in case you reconfigure the certificate
/var/spool
-/var/spool/postfix/lib
-/var/spool/postfix/private
-/var/spool/postfix/public
-/var/spool/postfix/pid
-/var/spool/postfix/dev
-/var/spool/tklbam-squid
# dehydrated data for SSL certs
/var/lib/dehydrated