apache: Remove unnecessary require in apache_exec().

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2022-03-25 11:29:37 -04:00
parent 2aff07c23a
commit eaccf044f3
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ interface(`apache_domtrans',`
#
interface(`apache_exec',`
gen_require(`
type httpd_t, httpd_exec_t;
type httpd_exec_t;
')
can_exec($1, httpd_exec_t)