[Owncloud] Regarding file attributes and that they are writable by group.

Frank Karlitschek frank at owncloud.org
Mon May 28 19:58:16 UTC 2012


Thanks a lot.

this will be fixed in the next release.

Frank


On 28.05.2012, at 10:29, Stefan Eriksson <stefan at eriksson.cn> wrote:

> I have posted this before but see that the official 4.0 release still have
> the same file attributes:
> 
> File "index.php" is writeable by group
> 
> I fixed it with:
> 
> find /dir/ -type d -exec chmod 755 {} \;
> find /dir/ -type f -exec chmod 644 {} \;
> 
> but I dont know if its a design choice or if its a bug? I personally dont
> see a point in why foldes and files are all writable by group?
> 
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud




More information about the Owncloud mailing list