diff options
author | Adam Young <ayoung@redhat.com> | 2010-07-26 11:57:29 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-07-29 10:44:56 -0400 |
commit | 26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2 (patch) | |
tree | f2e3084e28fb490477b9336bd3a0cfd7dffea3b2 /selinux | |
parent | fd1ff372dce5122f8bc3f7be7b144a92ec1f1bae (diff) | |
download | freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.tar.gz freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.tar.xz freeipa-26b0e8fc9809a4cd9f2f9a2281f0894e2e0f8db2.zip |
This patch removes the existing UI functionality, as a prep for adding the Javascript based ui.
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/ipa_httpd/ipa_httpd.fc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selinux/ipa_httpd/ipa_httpd.fc b/selinux/ipa_httpd/ipa_httpd.fc index 34e87f9d..281789e8 100644 --- a/selinux/ipa_httpd/ipa_httpd.fc +++ b/selinux/ipa_httpd/ipa_httpd.fc @@ -2,7 +2,6 @@ # /var # /var/cache/ipa/sessions(/.*)? gen_context(system_u:object_r:httpd_sys_content_t,s0) -/var/cache/ipa/assets(/.*)? gen_context(system_u:object_r:httpd_sys_content_t,s0) # Make these files writable so the selfsign plugin can operate /etc/httpd/alias/cert8.db -- gen_context(system_u:object_r:cert_t,s0) |