6 Apr 2011 01:18
GSoC 2011 project proposal [Implement file system flags to scrub data blocks before deletion]
Ihar Hrachyshka <ihar.hrachyshka <at> gmail.com>
2011-04-05 23:18:21 GMT
2011-04-05 23:18:21 GMT
Hello everybody! I am a 1st year Master program student of GIS Centre, Lund University, Sweden. I'm a Bachelor of Computer Science of Minsk State Higher Radio-engineering College, Belarus. Here is my proposal for "Implement file system flags to scrub data blocks before deletion" GSoC project. Any comments are welcome. I didn't contact any designated mentors but I hope they will react to this project proposal here. In a day, I'll send it (with comments applied) to Google because deadline is already near. Sorry for sending this proposal that late: I swear there were some objective reasons for this. :) What is the goal of the project? -------------------------------- The goal of the project is to add security feature to vfs layer which will add ability to scrub blocks which are about to be freed on file operations like unlink and truncate with 'random' data. This will add appropriate option (-o scrub?) to mount utility. Random data will be generated with available hardware generators (f.e. Intel RNG) or, as a fallback, pseudo-random values' generation algorithms should be used. We should also consider providing appropriate sysctl interface to explicitly choose between available algorithms. This feature will make delete/truncate operations really unrecoverable(Continue reading)
RSS Feed