lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 14 Feb 2008 13:14:28 +0100
From:	Mika Lawando <rzryyvzy@...shmail.net>
To:	linux-kernel@...r.kernel.org
CC:	assarix@...dora.be
Subject: Re: Is there a

Tom Van Looy schrieb:
> You can create a symlink to /dev/null and name it whatever you want?
>
> $ ln -s /dev/null tempfile
> $ echo blablabla > tempfile
> $ wc tempfile
> 0 tempfile
>   
The problem is, what do you do if the filename would be:
tempfile.<TIMESTAMP>

where <TIMESTAMP> is replaced by the unix timestamp. I mean how do you 
redirect to /dev/null if you don't know in advance the filename your 
application will create.

Its true the quick way would be to write a filesystem in Perl with fuse. 
But it would be better to implement this natively in the kernel, because 
there is a loss of performance in fuse between the communication of the 
fuse client and the fuser server (it uses a socket mechanism).

-- 
Best regards,
Mika Lawando

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ