Hi,
I am currently setting up an environment where users in groups can edit files around the /home directory depending on their group permissions. For example;
GroupA can access;
/home/site1/public_html
/home/site2/public_html
GroupB can access;
/home/site2/public_html
/home/site3/public_html
On top of that, I'm allowing the web user of site2 to access the files inside site1 as it might require them. To achieve this, I use ACLs on the filesystem to give the correct permissions. This all works fine, however when I run any Easyapache update (even with fileprotect disabled), these ACLs get completely reset.
Is there any way to safely disable these scripts? I would just rm the enable/disablefileprotect scripts however I would assume they would reappear after a upcp and then execute in future without knowledge.
Thanks
I am currently setting up an environment where users in groups can edit files around the /home directory depending on their group permissions. For example;
GroupA can access;
/home/site1/public_html
/home/site2/public_html
GroupB can access;
/home/site2/public_html
/home/site3/public_html
On top of that, I'm allowing the web user of site2 to access the files inside site1 as it might require them. To achieve this, I use ACLs on the filesystem to give the correct permissions. This all works fine, however when I run any Easyapache update (even with fileprotect disabled), these ACLs get completely reset.
Is there any way to safely disable these scripts? I would just rm the enable/disablefileprotect scripts however I would assume they would reappear after a upcp and then execute in future without knowledge.
Thanks