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',`
########################################
##
-## Allow the specified domain to read
-## nagios temporary files.
-##
-##
-##
-## Domain allowed access.
-##
-##
-#
-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)
-')
-
-########################################
-##
## Execute the nagios NRPE with
## a domain transition.
##