thomasvs - in flumotion/trunk: . flumotion/service
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Mon Mar 19 12:04:11 CET 2007
Hi,
On Mon, 2007-03-19 at 11:49 +0100, Thomas Vander Stichele wrote:
> I am not entirely sure what the best way to address this is. Setting a
> umask is hard-coding a behaviour that may not be correct. Maybe I
> should get the permissions from the config directory one higher up ?
Dunno. What I do know is that with -fsp, we create directories and I got
bugs with code similar to what you wrote. I am fairly certain that you
do not want to allow other users to see your plaintext passwords, hence
the 0007. Perhaps you want to allow group read/execute as well, hence
0020. Certainly your user should see it, so 0000.
You will need to change this code one way or another, 0027 is easiest.
Andy.
More information about the flumotion-commit
mailing list