2005-09-23 22:15:04 +00:00
|
|
|
|
2008-04-29 13:58:34 +00:00
|
|
|
policy_module(anaconda,1.2.1)
|
2005-09-23 22:15:04 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type anaconda_t;
|
2006-08-29 02:41:00 +00:00
|
|
|
type anaconda_exec_t;
|
2005-09-23 22:15:04 +00:00
|
|
|
domain_type(anaconda_t)
|
2006-02-02 21:08:12 +00:00
|
|
|
domain_obj_id_change_exemption(anaconda_t)
|
2005-09-23 22:15:04 +00:00
|
|
|
role system_r types anaconda_t;
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Local policy
|
|
|
|
#
|
|
|
|
|
2006-08-29 02:41:00 +00:00
|
|
|
allow anaconda_t self:process execmem;
|
|
|
|
|
|
|
|
kernel_domtrans_to(anaconda_t,anaconda_exec_t)
|
|
|
|
|
2005-09-23 22:15:04 +00:00
|
|
|
# Run other rc scripts in the anaconda_t domain.
|
|
|
|
init_domtrans_script(anaconda_t)
|
|
|
|
|
|
|
|
libs_domtrans_ldconfig(anaconda_t)
|
|
|
|
|
|
|
|
logging_send_syslog_msg(anaconda_t)
|
|
|
|
|
|
|
|
modutils_domtrans_insmod(anaconda_t)
|
|
|
|
|
2006-08-29 02:41:00 +00:00
|
|
|
seutil_domtrans_semanage(anaconda_t)
|
|
|
|
|
2006-02-06 22:47:46 +00:00
|
|
|
unconfined_domain(anaconda_t)
|
2005-09-23 22:15:04 +00:00
|
|
|
|
2008-04-29 13:58:34 +00:00
|
|
|
unprivuser_home_dir_filetrans_home_content(anaconda_t,{ dir file lnk_file fifo_file sock_file })
|
2006-08-29 02:41:00 +00:00
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-09-23 22:15:04 +00:00
|
|
|
dmesg_domtrans(anaconda_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-11-08 22:00:30 +00:00
|
|
|
kudzu_domtrans(anaconda_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-09-23 22:15:04 +00:00
|
|
|
rpm_domtrans(anaconda_t)
|
2006-08-29 02:41:00 +00:00
|
|
|
rpm_domtrans_script(anaconda_t)
|
2005-09-23 22:15:04 +00:00
|
|
|
')
|
|
|
|
|
2006-09-01 15:52:05 +00:00
|
|
|
optional_policy(`
|
|
|
|
ssh_domtrans_keygen(anaconda_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-09-23 22:15:04 +00:00
|
|
|
udev_domtrans(anaconda_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-09-23 22:15:04 +00:00
|
|
|
usermanage_domtrans_admin_passwd(anaconda_t)
|
|
|
|
')
|