carribeiro / vdeli

Video Delivery Network
2 stars 0 forks source link

conflicts of permissions to create directories within the webapp and the ftpserver #25

Open tschacara opened 13 years ago

tschacara commented 13 years ago

When using the webapp interface to upload videos it creates automatically if there is no directory for user and assign the permissions of the process owner for the owner of the webapp directory and group.

Already the ftpserver when used for uploading videos also automatically creates if no directory for user and assign permissions such as "nobody " to the owner and "nogroup"for the group.

Thus generating a conflict of privileges such as access to reading and writing and creating files and directories.

An inelegant but temporary solution for both agents use an upload permission on the file systems that allow the permission to work as '0777 '

It generates a solution pendency for a better implementation.