[Linux-cluster] [PATCH] Fix ccsd /etc/cluster/cluster.conf file permissions

Fabio Massimo Di Nitto fabbione at fabbione.net
Fri Jun 10 05:08:22 UTC 2005


Lon Hohberger wrote:
> It is creating it with overly-generous permissions, but wouldn't it be
> easier to either do something like this when we write the file:
> 
> mode_t om;
> 
> om = umask(026);
> fp = fopen(...);
> umask(om);
> 
> ...or simply call umask(026) when ccsd starts up...?

I think it will achive the same result, tho i leave up to you guys what implementation
you prefer. As I wrote in the first mail I don't claim mine to be the perfect one :)

Fabio

-- 
no signature file found.




More information about the Linux-cluster mailing list