2006-05-17 14:50:31 +00:00
|
|
|
|
2007-03-20 18:47:18 +00:00
|
|
|
policy_module(setrans,1.2.1)
|
2006-05-17 14:50:31 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type setrans_t;
|
2006-10-04 17:25:34 +00:00
|
|
|
type setrans_exec_t;
|
2006-05-17 14:50:31 +00:00
|
|
|
init_daemon_domain(setrans_t, setrans_exec_t)
|
|
|
|
|
|
|
|
type setrans_var_run_t;
|
|
|
|
files_pid_file(setrans_var_run_t)
|
|
|
|
mls_trusted_object(setrans_var_run_t)
|
|
|
|
|
2006-10-04 17:25:34 +00:00
|
|
|
ifdef(`enable_mcs',`
|
|
|
|
init_ranged_daemon_domain(setrans_t, setrans_exec_t,s0 - mcs_systemhigh)
|
|
|
|
')
|
|
|
|
|
|
|
|
ifdef(`enable_mls',`
|
|
|
|
init_ranged_daemon_domain(setrans_t, setrans_exec_t,mls_systemhigh)
|
|
|
|
')
|
|
|
|
|
2006-05-17 14:50:31 +00:00
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# setrans local policy
|
|
|
|
#
|
|
|
|
|
2006-05-19 14:02:24 +00:00
|
|
|
allow setrans_t self:capability sys_resource;
|
|
|
|
allow setrans_t self:process { setrlimit setcap signal_perms };
|
2006-05-17 14:50:31 +00:00
|
|
|
allow setrans_t self:unix_stream_socket create_stream_socket_perms;
|
|
|
|
allow setrans_t self:unix_dgram_socket create_socket_perms;
|
|
|
|
allow setrans_t self:netlink_selinux_socket create_socket_perms;
|
|
|
|
|
|
|
|
can_exec(setrans_t, setrans_exec_t)
|
|
|
|
corecmd_search_sbin(setrans_t)
|
|
|
|
|
|
|
|
# create unix domain socket in /var
|
2006-12-12 20:08:08 +00:00
|
|
|
manage_files_pattern(setrans_t,setrans_var_run_t,setrans_var_run_t)
|
|
|
|
manage_sock_files_pattern(setrans_t,setrans_var_run_t,setrans_var_run_t)
|
2006-05-17 14:50:31 +00:00
|
|
|
files_pid_filetrans(setrans_t,setrans_var_run_t,file)
|
|
|
|
|
|
|
|
kernel_read_kernel_sysctls(setrans_t)
|
|
|
|
kernel_read_proc_symlinks(setrans_t)
|
|
|
|
|
|
|
|
# allow performing getpidcon() on all processes
|
|
|
|
domain_read_all_domains_state(setrans_t)
|
2006-09-22 17:14:35 +00:00
|
|
|
domain_dontaudit_search_all_domains_state(setrans_t)
|
2006-05-17 14:50:31 +00:00
|
|
|
domain_getattr_all_domains(setrans_t)
|
|
|
|
domain_getsession_all_domains(setrans_t)
|
|
|
|
|
|
|
|
files_read_etc_runtime_files(setrans_t)
|
|
|
|
|
|
|
|
mls_file_read_up(setrans_t)
|
|
|
|
mls_file_write_down(setrans_t)
|
|
|
|
mls_net_receive_all_levels(setrans_t)
|
|
|
|
mls_rangetrans_target(setrans_t)
|
2006-10-20 14:44:23 +00:00
|
|
|
mls_socket_write_all_levels(setrans_t)
|
2006-10-31 21:01:48 +00:00
|
|
|
mls_process_read_up(setrans_t)
|
|
|
|
mls_socket_read_all_levels(setrans_t)
|
|
|
|
mls_fd_use_all_levels(setrans_t)
|
2006-05-17 14:50:31 +00:00
|
|
|
|
|
|
|
selinux_compute_access_vector(setrans_t)
|
|
|
|
|
|
|
|
term_dontaudit_use_generic_ptys(setrans_t)
|
2006-09-01 15:52:05 +00:00
|
|
|
term_dontaudit_use_unallocated_ttys(setrans_t)
|
2006-05-17 14:50:31 +00:00
|
|
|
|
2006-05-19 14:02:24 +00:00
|
|
|
init_dontaudit_use_script_ptys(setrans_t)
|
2006-05-17 14:50:31 +00:00
|
|
|
|
|
|
|
libs_use_ld_so(setrans_t)
|
|
|
|
libs_use_shared_libs(setrans_t)
|
|
|
|
|
2006-09-01 15:52:05 +00:00
|
|
|
locallogin_dontaudit_use_fds(setrans_t)
|
|
|
|
|
2006-05-17 14:50:31 +00:00
|
|
|
logging_send_syslog_msg(setrans_t)
|
|
|
|
|
|
|
|
miscfiles_read_localization(setrans_t)
|
|
|
|
|
|
|
|
seutil_read_config(setrans_t)
|
2006-07-28 15:13:58 +00:00
|
|
|
|
|
|
|
optional_policy(`
|
|
|
|
rpm_use_script_fds(setrans_t)
|
|
|
|
')
|