## Yum/Apt Mirroring ######################################## ## ## Execute yam in the yam domain. ## ## ## ## Domain allowed access. ## ## # interface(`yam_domtrans',` gen_require(` type yam_t, yam_exec_t; ') corecmd_search_sbin($1) domain_auto_trans($1,yam_exec_t,yam_t) allow $1 yam_t:fd use; allow yam_t $1:fd use; allow yam_t $1:fifo_file rw_file_perms; allow yam_t $1:process sigchld; ') ######################################## ## ## Execute yam in the yam domain, and ## allow the specified role the yam domain. ## ## ## ## Domain allowed access. ## ## ## ## ## The role to be allowed the yam domain. ## ## ## ## ## The type of the terminal allow the yam domain to use. ## ## # interface(`yam_run',` gen_require(` type yam_t; ') yam_domtrans($1) role $2 types yam_t; allow yam_t $3:chr_file rw_term_perms; ') ######################################## ## ## Read yam content. ## ## ## ## Domain allowed access. ## ## # interface(`yam_read_content',` gen_require(` type yam_content_t; ') allow $1 yam_content_t:dir list_dir_perms; allow $1 yam_content_t:file read_file_perms; allow $1 yam_content_t:lnk_file { getattr read }; ')