Re: Secure file deletion option question

From: Ric Wheeler
Date: Wed Apr 13 2011 - 14:31:18 EST


On 04/13/2011 01:49 PM, Marco Stornelli wrote:
Hi all,

I don't see any fs implements that feature. The flag FS_SECRM_FL seems never used with the exception of some define in some fs. Is there a motivation for this? It seems a good option to me.

Marco

I think that most secure deletion code is done from user space, which can deal with odd storage types and so on. Just deleting and overwriting the blocks with zero data is not sufficient for some needs.

Having user space tools deal with the myriad of ways that it could be done keeps the policy out of the kernel...

Ric

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/