diff --git a/policy/modules/services/nis.if b/policy/modules/services/nis.if index c42c268..9b51af1 100644 --- a/policy/modules/services/nis.if +++ b/policy/modules/services/nis.if @@ -243,25 +243,6 @@ interface(`nis_read_ypbind_pid',` ######################################## ## -## Delete ypbind pid files. -## -## -## -## Domain allowed access. -## -## -# -interface(`nis_delete_ypbind_pid',` - gen_require(` - type ypbind_t; - ') - - # TODO: add delete pid from dir call to files - allow $1 ypbind_t:file unlink; -') - -######################################## -## ## Read ypserv configuration files. ## ##