## System backup scripts. ######################################## ## ## Execute backup in the backup domain. ## ## ## ## Domain allowed to transition. ## ## # interface(`backup_domtrans',` gen_require(` type backup_t, backup_exec_t; ') corecmd_search_bin($1) domtrans_pattern($1, backup_exec_t, backup_t) ') ######################################## ## ## Execute backup in the backup ## domain, and allow the specified ## role the backup domain. ## ## ## ## Domain allowed to transition. ## ## ## ## ## Role allowed access. ## ## ## # interface(`backup_run',` gen_require(` attribute_role backup_roles; ') backup_domtrans($1) roleattribute $2 backup_roles; ') ######################################## ## ## Create, read, and write backup ## store files. ## ## ## ## Domain allowed access. ## ## # interface(`backup_manage_store_files',` gen_require(` type backup_store_t; ') files_search_var($1) manage_files_pattern($1, backup_store_t, backup_store_t) ')