Redundant; unused interface plus ypbind_t is not a pid file type.

This commit is contained in:
Dominick Grift 2010-09-20 14:14:31 +02:00
parent ce87242fca
commit db775a32ca

View File

@ -241,25 +241,6 @@ interface(`nis_read_ypbind_pid',`
allow $1 ypbind_var_run_t:file read_file_perms;
')
########################################
## <summary>
## Delete ypbind pid files.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
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;
')
########################################
## <summary>
## Read ypserv configuration files.