in reply to Re: Binary config file suggestions
in thread Binary config file suggestions
there are ways to allow execute, but not read permissions. This is very easy to do on a *nix platform.
It might be worth noting that this only works with binary (compiled) programs, but not with scripts. Reason is that the script interpreter would need to be able to read the source... In other words, if the app is in Perl, its source cannot be "hidden" using this technique.
|
---|