We have a group of developers, they login to server with their own username and password. They all want to edit files in /var/www/html folder.
I know we can add the developers to www-data group and setuid for /var/www/html folder, then 775 all files. But one of the requirement is not to change file permissions.
Is there a way i can give developers full access to /var/www/html with out changing file permissions ?