From bf64506b4b5716e3ba59602b95b47dce715e6ce4 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 8 Mar 2021 14:06:07 +0100 Subject: Add the wipe utility Wipe comes from wipe 2.3.1 from http://wipe.sourceforge.net/. As there doesn't seem to be any git repository, the tarball was imported in git the subsequent commit added support for Android. Wipe is strongly needed as without it it's not very convenient to securely delete files from the internal storage. Without wipe, one would have to port GNU/Linux to the device if it's not already done, or reuse the Replicant 11 kernel otherwise, and run a distribution like Parabola to securely erase files. Signed-off-by: Denis 'GNUtoo' Carikli --- default.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/default.xml b/default.xml index 6508282..f878f84 100644 --- a/default.xml +++ b/default.xml @@ -143,6 +143,7 @@ + -- cgit v1.2.3