Fix requires for apache tmp interfaces.
Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
b577852a98
commit
6d9925c872
@ -1079,7 +1079,7 @@ interface(`apache_search_sys_script_state',`
|
|||||||
#
|
#
|
||||||
interface(`apache_read_tmp_files',`
|
interface(`apache_read_tmp_files',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type httpd_config_t;
|
type httpd_tmp_t;
|
||||||
')
|
')
|
||||||
|
|
||||||
files_search_tmp($1)
|
files_search_tmp($1)
|
||||||
@ -1099,7 +1099,7 @@ interface(`apache_read_tmp_files',`
|
|||||||
#
|
#
|
||||||
interface(`apache_dontaudit_write_tmp_files',`
|
interface(`apache_dontaudit_write_tmp_files',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type httpd_config_t;
|
type httpd_tmp_t;
|
||||||
')
|
')
|
||||||
|
|
||||||
dontaudit $1 httpd_tmp_t:file write_file_perms;
|
dontaudit $1 httpd_tmp_t:file write_file_perms;
|
||||||
|
Loading…
Reference in New Issue
Block a user