From ab33cc0cf1c58df5a321ccbee2cfba8c16f6ebd4 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Fri, 17 Sep 2010 15:05:25 +0200 Subject: [PATCH] I made a mistake in 618ce85f8644651501724947b134855e9e827a74, but as it turns out this interface is not required at all. --- policy/modules/services/ftp.if | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/policy/modules/services/ftp.if b/policy/modules/services/ftp.if index fa9251c9..26cc64b2 100644 --- a/policy/modules/services/ftp.if +++ b/policy/modules/services/ftp.if @@ -51,25 +51,6 @@ interface(`ftp_read_config',` allow $1 ftpd_etc_t:file read_file_perms; ') -######################################## -## -## 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