## Open AntiVirus scannerdaemon and signature update ######################################## ## ## Execute oav_update in the oav_update domain. ## ## ## ## Domain allowed access. ## ## # interface(`oav_domtrans_update',` gen_require(` type oav_update_t, oav_update_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1,oav_update_exec_t,oav_update_t) ') ######################################## ## ## Execute oav_update in the oav_update domain, and ## allow the specified role the oav_update domain. ## ## ## ## Domain allowed access. ## ## ## ## ## The role to be allowed the oav_update domain. ## ## ## ## ## The type of the terminal allow the oav_update domain to use. ## ## ## # interface(`oav_run_update',` gen_require(` type oav_update_t; ') oav_domtrans_update($1) role $2 types oav_update_t; allow oav_update_t $3:chr_file rw_term_perms; ')