aboutsummaryrefslogtreecommitdiffstats
path: root/roles/apache/vars/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apache/vars/main.yml')
-rw-r--r--roles/apache/vars/main.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/apache/vars/main.yml b/roles/apache/vars/main.yml
index 84f31c2..fa0a293 100644
--- a/roles/apache/vars/main.yml
+++ b/roles/apache/vars/main.yml
@@ -35,13 +35,3 @@ apache_gzip_types:
- text/javascript
- text/plain
- text/xml
-
-apache_selinux_policy_te: |
- require {
- type unconfined_service_t;
- type httpd_t;
- class key { read view write };
- }
-
- #============= httpd_t ==============
- allow httpd_t unconfined_service_t:key { read view write };