From 5df3ca3d16612289dbaa1e3a553d04fc9d9def69 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 18 Feb 2020 19:26:06 +0100 Subject: [PATCH 226/325] strip-freebsd.sh: Add cp to the list of drivers to ditch (obfuscated code) Obtained from: ElectroBSD --- release/scripts/strip-freebsd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/scripts/strip-freebsd.sh b/release/scripts/strip-freebsd.sh index 4b15c8e87f99..249417faa07f 100755 --- a/release/scripts/strip-freebsd.sh +++ b/release/scripts/strip-freebsd.sh @@ -102,6 +102,8 @@ get_tainted_sys_devs() { # use cases so figuring out the license problems is a low priority issue # because we can simply ditch the offending code. echo "tdfx" + # Intentionally obfuscated code in cpddk.c + echo "cp" } get_unused_contrib_dirs() { -- 2.32.0