[selinux-policy: 7/8] Shut off httpd_tty_comm by default since this is handled by systemd now

Daniel J Walsh dwalsh at fedoraproject.org
Thu Aug 2 15:48:03 UTC 2012


commit 42bb16fcc942f8b435d0133c4f87dc4e2cec75af
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Aug 2 09:37:12 2012 -0400

    Shut off httpd_tty_comm by default since this is handled by systemd now

 booleans-targeted.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/booleans-targeted.conf b/booleans-targeted.conf
index 5b76aa1..e43deca 100644
--- a/booleans-targeted.conf
+++ b/booleans-targeted.conf
@@ -111,7 +111,7 @@ httpd_ssi_exec = false
 
 # Allow http daemon to communicate with the TTY
 # 
-httpd_tty_comm = true
+httpd_tty_comm = false
 
 # Run CGI in the main httpd domain
 # 


More information about the scm-commits mailing list