1900668638
The latest revision of the labeled policy patches which enable both labeled and unlabeled policy support for NetLabel. This revision takes into account Chris' feedback from the first version and reduces the number of interface calls in each domain down to two at present: one for unlabeled access, one for NetLabel access. The older, transport layer specific interfaces, are still present for use by third-party modules but are not used in the default policy modules. trunk: Use netmsg initial SID for MLS-only Netlabel packets, from Paul Moore. This patch changes the policy to use the netmsg initial SID as the "base" SID/context for NetLabel packets which only have MLS security attributes. Currently we use the unlabeled initial SID which makes it very difficult to distinquish between actual unlabeled packets and those packets which have MLS security attributes.
147 lines
3.1 KiB
Plaintext
147 lines
3.1 KiB
Plaintext
|
|
policy_module(uucp,1.3.1)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
type uucpd_t;
|
|
type uucpd_exec_t;
|
|
inetd_tcp_service_domain(uucpd_t,uucpd_exec_t)
|
|
role system_r types uucpd_t;
|
|
|
|
type uucpd_tmp_t;
|
|
files_tmp_file(uucpd_tmp_t)
|
|
|
|
type uucpd_var_run_t;
|
|
files_pid_file(uucpd_var_run_t)
|
|
|
|
type uucpd_rw_t;
|
|
files_type(uucpd_rw_t)
|
|
|
|
type uucpd_ro_t;
|
|
files_type(uucpd_ro_t)
|
|
|
|
type uucpd_spool_t;
|
|
files_type(uucpd_spool_t)
|
|
|
|
type uucpd_log_t;
|
|
logging_log_file(uucpd_log_t)
|
|
|
|
type uux_t;
|
|
type uux_exec_t;
|
|
domain_type(uux_t)
|
|
domain_entry_file(uux_t,uux_exec_t)
|
|
role system_r types uux_t;
|
|
|
|
########################################
|
|
#
|
|
# UUCPd Local policy
|
|
#
|
|
allow uucpd_t self:capability { setuid setgid };
|
|
allow uucpd_t self:process signal_perms;
|
|
allow uucpd_t self:fifo_file rw_fifo_file_perms;
|
|
allow uucpd_t self:tcp_socket connected_stream_socket_perms;
|
|
allow uucpd_t self:udp_socket create_socket_perms;
|
|
allow uucpd_t self:netlink_tcpdiag_socket r_netlink_socket_perms;
|
|
|
|
allow uucpd_t uucpd_log_t:dir setattr;
|
|
manage_files_pattern(uucpd_t,uucpd_log_t,uucpd_log_t)
|
|
logging_log_filetrans(uucpd_t,uucpd_log_t,{ file dir })
|
|
|
|
allow uucpd_t uucpd_ro_t:dir list_dir_perms;
|
|
read_files_pattern(uucpd_t,uucpd_ro_t,uucpd_ro_t)
|
|
read_lnk_files_pattern(uucpd_t,uucpd_ro_t,uucpd_ro_t)
|
|
|
|
manage_dirs_pattern(uucpd_t,uucpd_rw_t,uucpd_rw_t)
|
|
manage_files_pattern(uucpd_t,uucpd_rw_t,uucpd_rw_t)
|
|
manage_lnk_files_pattern(uucpd_t,uucpd_rw_t,uucpd_rw_t)
|
|
|
|
uucp_manage_spool(uucpd_t)
|
|
|
|
manage_dirs_pattern(uucpd_t,uucpd_tmp_t,uucpd_tmp_t)
|
|
manage_files_pattern(uucpd_t,uucpd_tmp_t,uucpd_tmp_t)
|
|
files_tmp_filetrans(uucpd_t, uucpd_tmp_t, { file dir })
|
|
|
|
manage_files_pattern(uucpd_t,uucpd_var_run_t,uucpd_var_run_t)
|
|
files_pid_filetrans(uucpd_t,uucpd_var_run_t,file)
|
|
|
|
kernel_read_kernel_sysctls(uucpd_t)
|
|
kernel_read_system_state(uucpd_t)
|
|
kernel_read_network_state(uucpd_t)
|
|
|
|
corenet_all_recvfrom_unlabeled(uucpd_t)
|
|
corenet_all_recvfrom_netlabel(uucpd_t)
|
|
corenet_tcp_sendrecv_all_if(uucpd_t)
|
|
corenet_udp_sendrecv_all_if(uucpd_t)
|
|
corenet_tcp_sendrecv_all_nodes(uucpd_t)
|
|
corenet_udp_sendrecv_all_nodes(uucpd_t)
|
|
corenet_tcp_sendrecv_all_ports(uucpd_t)
|
|
corenet_udp_sendrecv_all_ports(uucpd_t)
|
|
|
|
dev_read_urand(uucpd_t)
|
|
|
|
fs_getattr_xattr_fs(uucpd_t)
|
|
|
|
corecmd_exec_bin(uucpd_t)
|
|
|
|
files_read_etc_files(uucpd_t)
|
|
files_search_home(uucpd_t)
|
|
files_search_spool(uucpd_t)
|
|
|
|
libs_use_ld_so(uucpd_t)
|
|
libs_use_shared_libs(uucpd_t)
|
|
|
|
logging_send_syslog_msg(uucpd_t)
|
|
|
|
miscfiles_read_localization(uucpd_t)
|
|
|
|
sysnet_read_config(uucpd_t)
|
|
|
|
optional_policy(`
|
|
kerberos_use(uucpd_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
nis_use_ypbind(uucpd_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
nscd_socket_use(uucpd_t)
|
|
')
|
|
|
|
########################################
|
|
#
|
|
# UUX Local policy
|
|
#
|
|
|
|
allow uux_t self:capability { setuid setgid };
|
|
allow uux_t self:fifo_file { getattr write };
|
|
|
|
uucp_append_log(uux_t)
|
|
uucp_manage_spool(uux_t)
|
|
|
|
corecmd_exec_bin(uux_t)
|
|
|
|
files_read_etc_files(uux_t)
|
|
|
|
libs_use_ld_so(uux_t)
|
|
libs_use_shared_libs(uux_t)
|
|
|
|
logging_send_syslog_msg(uux_t)
|
|
|
|
miscfiles_read_localization(uux_t)
|
|
|
|
ifdef(`targeted_policy',`
|
|
term_use_unallocated_ttys(uux_t)
|
|
term_use_generic_ptys(uux_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
mta_send_mail(uux_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
nscd_socket_use(uux_t)
|
|
')
|