remove entrypoint assertion

This commit is contained in:
Chris PeBenito 2005-04-28 15:46:53 +00:00
parent 4600e08867
commit 4fbd2ee111
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ init_send_sigchld_depend
define(`domain_make_entrypoint_file',`
requires_block_template(domain_make_entrypoint_file_depend,$3)
allow $1 $2:file entrypoint;
neverallow $1 ~{ $2 }:file entrypoint;
files_make_file($2,$3)
typeattribute $1 entry_type;
')