Hi. Doing a test to install drupal8 on a fed/centos7 droplet (digitalocean). Since I'm not trying to get into sysAdmin stuff yet, I (perhaps stupidly) decided to disable systemd/selinux. (An article I'm following said this was ok). I'm now running into an issue where I get the following sudo chcon -R -t httpd_sys_content_rw_t /var/www/html/drupal/sites/ chcon: can't apply partial context to unlabeled file ‘README.txt’ chcon: can't apply partial context to unlabeled file ‘default.services.yml’ chcon: can't apply partial context to unlabeled file ‘default.settings.php’ chcon: can't apply partial context to unlabeled file ‘settings.php’ chcon: can't apply partial context to unlabeled file ‘default’ chcon: can't apply partial context to unlabeled file ‘development.services.yml’ chcon: can't apply partial context to unlabeled file ‘example.settings.local.php’ chcon: can't apply partial context to unlabeled file ‘example.sites.php’ chcon: can't apply partial context to unlabeled file ‘/var/www/html/drupal/sites/’ Can I assume that this is due to selinux being disabled? And I can therefore skip this step in the process?? Once I actually get the app up/working with everything "disabled" I'll probably take a stab at getting things working with systemd/selinux fully enabled. thanks _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx