Here's my situation: what i want to do is to "git clone" a project under /var/www. But since i'm logged into my server as idcuser selinux (I suppose :D) doesn't permit me to do it.
How can I "give" permission to my user to write under /var/www and, in the same time, let apache continue to read/write the files "cloned".
Thanks a lot!