Re: [PATCH] modsign: overwrite keys with zero before deleting them

2015-01-23 Thread Pádraig Brady
On 24/01/15 00:13, Alexander Holler wrote: > Am 24.01.2015 um 00:58 schrieb David Howells: >> Alexander Holler wrote: >> >>> This is for the more paranoid people, also it's >>> questionable what paranoid nowadays means. >> >> shred? > > Seems to do the same like when using dd, just that it does i

Re: [PATCH] modsign: overwrite keys with zero before deleting them

2015-01-23 Thread Alexander Holler
Am 24.01.2015 um 00:58 schrieb David Howells: > Alexander Holler wrote: > >> This is for the more paranoid people, also it's >> questionable what paranoid nowadays means. > > shred? Seems to do the same like when using dd, just that it does it moultiple times. And according to an article I've

Re: [PATCH] modsign: overwrite keys with zero before deleting them

2015-01-23 Thread David Howells
Alexander Holler wrote: > This is for the more paranoid people, also it's > questionable what paranoid nowadays means. shred? David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vge

Re: [PATCH] modsign: overwrite keys with zero before deleting them

2015-01-23 Thread Alexander Holler
Am 23.01.2015 um 23:06 schrieb Richard Weinberger: > On Fri, Jan 23, 2015 at 10:57 PM, Alexander Holler > wrote: >> This is for the more paranoid people, also it's >> questionable what paranoid nowadays means. > > Isn't this complete useless when modern filesystems like btrfs or > storage device

Re: [PATCH] modsign: overwrite keys with zero before deleting them

2015-01-23 Thread Richard Weinberger
On Fri, Jan 23, 2015 at 10:57 PM, Alexander Holler wrote: > This is for the more paranoid people, also it's > questionable what paranoid nowadays means. Isn't this complete useless when modern filesystems like btrfs or storage devices like SSDs are used? > Signed-off-by: Alexander Holler > ---

[PATCH] modsign: overwrite keys with zero before deleting them

2015-01-23 Thread Alexander Holler
This is for the more paranoid people, also it's questionable what paranoid nowadays means. Signed-off-by: Alexander Holler --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7ad66de..590ff53 100644 --- a/Makefile +++ b/Makefile @@ -1132,7 +1132,9 @@ ifeq