diff --git a/policy/modules/services/nagios.if b/policy/modules/services/nagios.if
index 2f04173..72d79a5 100644
--- a/policy/modules/services/nagios.if
+++ b/policy/modules/services/nagios.if
@@ -141,26 +141,6 @@ interface(`nagios_read_tmp_files',`
 
 ########################################
 ## <summary>
-##	Allow the specified domain to read
-##	nagios temporary files.
-## </summary>
-## <param name="domain">
-##	<summary>
-##	Domain allowed access.
-##	</summary>
-## </param>
-#
-interface(`nagios_rw_inherited_tmp_files',`
-	gen_require(`
-		type nagios_tmp_t;
-	')
-
-	allow $1 nagios_tmp_t:file rw_inherited_file_perms;
-	files_search_tmp($1)
-')
-
-########################################
-## <summary>
 ##	Execute the nagios NRPE with
 ##	a domain transition.
 ## </summary>