-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create selinux policy module for httpd webroot #328
Labels
Milestone
Comments
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
The following commands created our selinux policy modules, within the vagrant base box: $ sudo yum install setroubleshoot
$ sudo setenforce permissive
# do a bunch of drupal operations, to log all the policies within the audit file, before performing the below
$ sudo grep httpd_t /var/log/audit/audit.log | audit2allow -M httpd_t Then, we |
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
jeff1evesque
added a commit
that referenced
this issue
Feb 11, 2016
#328: Create selinux policy module for httpd webroot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to define the selinux system context for the webroot directory. Otherwise selinux will not allow
httpd
to render the corresponding drupal webpage(s).Note: this means we will need to rebuild our vagrant base box, and update the corresponding atlas
jeff1evesque/centos7x
repository.The text was updated successfully, but these errors were encountered: