commit | 86a633ef9aeffc040a7b828034793d056c66a191 | [log] [tgz] |
---|---|---|
author | Norbert Lange <nolange79@gmail.com> | Fri Feb 14 22:15:07 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jun 29 14:06:40 2020 +0200 |
tree | 521bd5063d5cab6fd9effe31f857cc445ea1c91d | |
parent | a16c8ef21253d2fbb8f311ee34514cdc0a3f49a2 [diff] |
dpkg: prevent important directories from being removed busybox will remove directory symlinks, which is at odds with common layouts that have some of bin/lib/lib32/lib64 symlinked. this adds a exludelist for critcal and often symlinked directories. Fixes: Bug 12551 function old new delta remove_file_array 139 231 +92 Signed-off-by: Norbert Lange <nolange79@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>