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 <gnu...@cyberdimension.org>
---
 config/common.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/common.mk b/config/common.mk
index a3847459..b4ed2473 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -141,7 +141,8 @@ PRODUCT_PACKAGES += \
     F-DroidPrivilegedExtension \
     graphics.sh \
     ReplicantWallpapers \
-    usb_networking_device.sh
+    usb_networking_device.sh \
+    wipe
 
 # Exchange support
 PRODUCT_PACKAGES += \
-- 
2.30.1

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to