Re: [PATCH] Fix ccsd /etc/cluster/cluster.conf file permissions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

--

Linux-cluster@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/linux-cluster

[Index of Archives]     [Corosync Cluster Engine]     [GFS]     [Linux Virtualization]     [Centos Virtualization]     [Centos]     [Linux RAID]     [Fedora Users]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Camping]

  Powered by Linux