Hi, I've got a little problem.
We're using a linux webserver with SuPHP, and I need multi-user support so that several programmers may have access to different files.
My intention was to use ACLs, but setfacl for user:programmer2:6 sets the mask to 6 (this is necessary, because the mask sets the highest level of permissions for users defined by ACLs) which also causes the group permission to be set to 6. Of course, a file with 660 permissions will not be executed by SuPHP.
Is there any way around this or is it simply that SuPHP cannot be used if you need a system where multiple users are able to modify a php file?
Thanks, Daniel _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
