From becfea1d380951c261529f6a2cb66dc17856a34d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 17 May 2021 21:02:56 +0200 Subject: [PATCH] Core Update 157: Delete orphaned DMA mail box creation binary as well MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- config/rootfiles/core/157/update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh index 0f4c763460..8738a1e469 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -107,7 +107,9 @@ ldconfig chmod -s /usr/bin/gpg # Delete scrubbed files -rm -f /usr/lib/openssh/ssh-keysign +rm -f \ + /usr/lib/dma-mbox-create \ + /usr/lib/openssh/ssh-keysign # Start services /etc/init.d/sshd restart -- 2.39.2