trunk: a fix on the previous commit.

This commit is contained in:
Chris PeBenito 2008-11-19 16:02:13 +00:00
parent fcee22ad0d
commit b3b607eb43

View File

@ -173,7 +173,7 @@ interface(`bluetooth_dontaudit_read_helper_state',`
interface(`bluetooth_admin',`
gen_require(`
type bluetooth_t, bluetooth_tmp_t, bluetooth_lock_t;
type bluetooth_spool_t, bluetooth_var_lib_t, bluetooth_var_run_t;
type bluetooth_var_lib_t, bluetooth_var_run_t;
type bluetooth_conf_t, bluetooth_conf_rw_t;
type bluetooth_initrc_exec_t;
')
@ -196,9 +196,6 @@ interface(`bluetooth_admin',`
admin_pattern($1, bluetooth_conf_t)
admin_pattern($1, bluetooth_conf_rw_t)
files_list_spool($1)
admin_pattern($1, bluetooth_spool_t)
files_list_var_lib($1)
admin_pattern($1, bluetooth_var_lib_t)