Actions
Bug #2906
closedfolder permissions not being set correctly
Description
Appears some installs are not setting folder permissions correctly, needs further investigation. Permissions should also be extended to allow specifying a custom permission level from GJ configuration.
Updated by krileon about 13 years ago
a CHMOD should also be forced after the moving of files to guarantee correct permission applied. Some hosts use different users for move compared to chmod usage causing wrong permissions to be applied.
Updated by krileon about 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in r1945
It will be possible from backend to specify folder and file permissions separately (forced to an integer for security reasons). All file/folder handling has a CHMOD directly afterwards to ensure the permission is forced. Note UMASK is still used and it will not override it so permissions can change based off it.
Actions