summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2013-10-23 14:05:06 +0200
committerJonathan Bauer2013-10-23 14:05:06 +0200
commit7b4d434ca97b9a0d50985775f446167cd14c6eb3 (patch)
tree7c39493692c69383a53d2d3215d3904d81554192
parent[doc] Please expand! Overview of variables used in module conf- and build files (diff)
downloadtm-scripts-7b4d434ca97b9a0d50985775f446167cd14c6eb3.tar.gz
tm-scripts-7b4d434ca97b9a0d50985775f446167cd14c6eb3.tar.xz
tm-scripts-7b4d434ca97b9a0d50985775f446167cd14c6eb3.zip
blacklist busybox to ensure our own is used
-rw-r--r--server/blacklists/essential/linux-extended8
1 files changed, 7 insertions, 1 deletions
diff --git a/server/blacklists/essential/linux-extended b/server/blacklists/essential/linux-extended
index 54f500ed..8cf0c95a 100644
--- a/server/blacklists/essential/linux-extended
+++ b/server/blacklists/essential/linux-extended
@@ -11,4 +11,10 @@
- /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