[OpenIndiana-discuss] recompiling a program for openindiana

Till Wegmüller toasterson at gmail.com
Mon Nov 20 08:10:47 UTC 2017


You can't just recompile and use the software like that I am afraid.

First of if OS specific code is not present for the OS you want to use
the application for you will need to write that Code. There is no way
around that.

Secondly Secure delete is absolutely Useless on a Copy-on-Write
Filesystem and SSD's for that matter. It will never overwrite the
blocks. If the Data Really matters use encryption.


Hope that helps
Till

On 20.11.2017 10:02, Marc Lobelle wrote:
> Hello,
> 
> I am trying to recompile a program called srm (available on sourceforge
> ) for openindiana. It works as rm but makes sure that there is no trace
> of the destroyed file in the blocks of the free list.
> This program uses #if defined (__linux__) and  #if defined (__OpenBSD__)
> and I should replace this code with something appropriate for openindiana.
> __linux__ etc are predifines preprocessor macros, presented in
> 
> https://sourceforge.net/p/predef/wiki/OperatingSystems/
> 
> However, I do not see openindiana in there, so what should I use ?
> 
> Thanks
> 
> Marc
> 
> _______________________________________________
> openindiana-discuss mailing list
> openindiana-discuss at openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



More information about the openindiana-discuss mailing list