Fix explicit use of httpd_t in openca_domtrans(), bug #22.

This commit is contained in:
Chris PeBenito 2007-02-07 22:10:45 +00:00
parent ff943a1b9b
commit 10e12095d6
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ interface(`openca_domtrans',`
')
domtrans_pattern($1,openca_ca_exec_t,openca_ca_t)
allow httpd_t openca_usr_share_t:dir search_dir_perms;
files_search_usr(httpd_t)
allow $1 openca_usr_share_t:dir search_dir_perms;
files_search_usr($1)
')
########################################

View File

@ -1,5 +1,5 @@
policy_module(openca,1.0.0)
policy_module(openca,1.0.1)
########################################
#