summaryrefslogtreecommitdiffstats
path: root/server/blacklists/essential/linux-extended
blob: 143caadb4365585e8534e98c8fb2b1fa0ec23b50 (plain) (blame)
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
- /home
- /root
- /usr/src
- /etc/init.d
- /etc/init
- /etc/cups
- /var/lib/init.d
- /usr/share/upstart
- /lib/systemd
- /usr/lib/systemd
- /usr/lib/systemd/**
- /etc/systemd
- /var/lib/NetworkManager
# blacklist busybox from system, to force the use of our own
- /bin/busybox
- /sbin/busybox
- /usr/bin/busybox
- /usr/sbin/busybox
- /usr/local/bin/busybox
- /usr/local/sbin/busybox
# MOTD updater (tty/ssh login) pretty annoying as it tells you about available updates on ubuntu etc.
- /etc/update-motd.d/**
# Backups don't make sense
- /var/backups/**