Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 304949

Summary: Add secure-delete usage flag to firefox
Product: Gentoo Linux Reporter: Richard <shiningarcanine>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Richard 2010-02-13 20:17:34 UTC
www-client/mozilla-firefox-3.6.0-r2 requires that secure deletes be done in SQLite. While this is a good security feature, SSDs that support TRIM already render deleted data irrecoverable and zeroing data before deleting it accelerates the death of all SSDs.

Reproducible: Always




Currently, it is difficult to avoid this ugprade because www-client/mozilla-firefox-3.6-r1, along with net-libs/xulrunner-1.9.2-r1, have been removed from portage and adding the r2 versions of them to the package.mask file will result in portage attempting to downgrade them, which essentially breaks portage for those that wish to avoid this feature. It also ruins the outlook on future upgrades for those that wish to avoid this behavior, as there is no prospect of an ebuild being available that has no secure delete functionality.

I recommend that either a secure-delete USE flag or no-secure-delete use flag be added to mozilla-firefox to enable owners of SSDs to disable this feature. It probably would be ideal to have a secure-delete flag that firefox toggles automatically when -secure-delete is not specified, but if that is not possible a no-secure-delete flag would be the next best option. Having not made ebuilds myself, I am not sure if the ideal case is possible.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-02-13 20:21:58 UTC

*** This bug has been marked as a duplicate of bug 304913 ***