mlutfy / hosting_wordpress

WordPress support for the Aegir project (front-end module).
12 stars 10 forks source link

plugin permissions etc? #17

Open devekko opened 8 years ago

devekko commented 8 years ago

how do change permissions on plugins to allow wordpress web ui installation of plugins etc?

also tried using drush wp

whats your workflow for this?

mlutfy commented 8 years ago

I think in a typical scenario, the plugins would be managed by the platform, in a similar way to how it's done in Drupal (sites/all vs sites/example.org -- put as much in the common folder, so that it's all in PHP opcache).

Letting users upload their own modules kind of breaks the security model of Aegir, but I guess there are cases where it should be allowed (dev sites, trusted users, etc). I don't really have any answers, and haven't experimented much. We could have a global setting for the folder permissions, then 'verify' would chmod as needed the directory?

(sorry for responding so late)