File permissions on codegen
Hi all,
I have a question regarding the file permissions set on code-generated files (this is actually using the latest version of qcodo, but I'm guessing this is still the same as I haven't read anything about file permissions in the changelog).
The filesystem is linux/centos (ext3). When the code generator creates files (for example, a new class in /includes/data_classes/MyClass.class.php) the file permissions are set as 666 (or, read & write for owner, group and everyone else).
This doesn't seem sensible to me (to have write permission for other) but I can't find an easy way to change it without modifying the code generator. Preferrably we would like not to have to worry about manipulating too many file permissions every time we publish (the scripts to do so get long and difficult to maintain).
regards,
David
