I have ACL installed on my server. I maintain my web documents and PHP scripts via FTP. Some of my PHP Web Apps are designed to create/update/delete web documents and do file uploads.
Can anyone advise me on the correct SETFACL settings for my files and directories to enable me to FTP while enabling my PHP apps to perform as described above while not exposing my server to security weaknesses.
Currently, I have certain directory and file permissions set to 0777 with owner/group as "nobody".
Thank you very much for helping me out.