> you can write a shell script to move given parameters into a special folder > and make alias rm="that_script" > and a rc script which empty this folder at boot/shutdown.
That is indeed the recommended approach for those who need it. An example was published in the O'Reilly book Unix Power Tools... back in the 1980's, among many other places. No kernel changes needed.

