diff options
| author | Jonathan Bauer | 2013-10-23 14:05:06 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-10-23 14:05:06 +0200 |
| commit | 7b4d434ca97b9a0d50985775f446167cd14c6eb3 (patch) | |
| tree | 7c39493692c69383a53d2d3215d3904d81554192 /server/blacklists | |
| parent | [doc] Please expand! Overview of variables used in module conf- and build files (diff) | |
| download | tm-scripts-7b4d434ca97b9a0d50985775f446167cd14c6eb3.tar.gz tm-scripts-7b4d434ca97b9a0d50985775f446167cd14c6eb3.tar.xz tm-scripts-7b4d434ca97b9a0d50985775f446167cd14c6eb3.zip | |
blacklist busybox to ensure our own is used
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 |
