diff --git a/policy/modules/services/apache.te b/policy/modules/services/apache.te
index 91d8e08..68c3d73 100644
--- a/policy/modules/services/apache.te
+++ b/policy/modules/services/apache.te
@@ -1,5 +1,5 @@
-policy_module(apache, 2.1.1)
+policy_module(apache, 2.1.2)
#
# NOTES:
@@ -65,6 +65,20 @@ gen_tunable(httpd_can_network_relay, false)
##
##
+## Allow http daemon to send mail
+##
+##
+gen_tunable(httpd_can_sendmail, false)
+
+##
+##
+## Allow Apache to communicate with avahi service via dbus
+##
+##
+gen_tunable(httpd_dbus_avahi, false)
+
+##
+##
## Allow httpd cgi support
##
##
@@ -108,6 +122,27 @@ gen_tunable(httpd_tty_comm, false)
##
gen_tunable(httpd_unified, false)
+##