Would it be beyond the scope of the grsecurity project to implement a secure delete method that you could apply to directory subjects in the acl? For example you create a subject flag D and any acl that matches this subject flag will perform a more secure delete rather than a simple unlink. I think RSBAC implements something like this and appears to be a great feature!
This would be very useful to people who wish to wipe certain areas of the partition or anywhere on the partition. There are solutions out there now that are replacements for rm and such, however this doesnt cover the multitude of programming languages that have their own unlinks. Thus the best place to do this would be via the kernel.
Thanks
-TGK