diff options
| author | Simon Rettberg | 2013-10-23 16:15:00 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-10-23 16:15:00 +0200 |
| commit | 8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd (patch) | |
| tree | 7aed4cac8ab75657b1dbb2b8ca184fa0636d33c6 /server/blacklists | |
| parent | [rootfs-stage32] Run fdisk again after two seconds if it fails the first time (diff) | |
| parent | [printergui] Starts now tcpsvd and lpd directly (not via busybox). (diff) | |
| download | tm-scripts-8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd.tar.gz tm-scripts-8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd.tar.xz tm-scripts-8eff115d5deeda8d4fa2d7a1da162db55dcdcfdd.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'server/blacklists')
| -rw-r--r-- | server/blacklists/essential/linux-extended | 8 |
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 |
