From ab33cc0cf1c58df5a321ccbee2cfba8c16f6ebd4 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Sep 17 2010 13:05:25 +0000 Subject: I made a mistake in 618ce85f8644651501724947b134855e9e827a74, but as it turns out this interface is not required at all. --- diff --git a/policy/modules/services/ftp.if b/policy/modules/services/ftp.if index fa9251c..26cc64b 100644 --- a/policy/modules/services/ftp.if +++ b/policy/modules/services/ftp.if @@ -53,25 +53,6 @@ interface(`ftp_read_config',` ######################################## ## -## Execute FTP daemon entry point programs. -## -## -## -## Domain allowed access. -## -## -# -interface(`ftp_check_exec',` - gen_require(` - type ftpd_exec_t; - ') - - corecmd_search_bin($1) - can_exec($1, ftpd_exec_t) -') - -######################################## -## ## Read FTP transfer logs ## ##