Re: deleted perl hacks in /tmp

Chris <[email protected]> Fri, 16 Apr 2010 17:27:08 -0400
Newsgroups org.kernel.vger.linux-admin
Message-ID <[email protected]>
> Is changing the filesystem type an option?  You could temporarily
> create a new non-extn filesystem on a free partition and mount it on
> /tmp.
> In that case, you could  set the undeletable attribute on /tmp
> ("chattr +U /tmp").  It will be inherited by any file created there.
> Problem is that extn doesn't honour the attribute, though you could
> patch it if you prefer (cf. http://lwn.net/Articles/211193/).
> 
> Kind regards,
> 
> Herta

Thank you!  Yes, I will try that out.

Chris