selinux-policy/policy/modules/services/xprint.te
Chris PeBenito 1900668638 trunk: Unified labeled networking policy from Paul Moore.
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.
2007-06-27 15:23:21 +00:00

93 lines
2.0 KiB
Plaintext

policy_module(xprint,1.2.1)
########################################
#
# Declarations
#
type xprint_t;
type xprint_exec_t;
init_daemon_domain(xprint_t,xprint_exec_t)
type xprint_var_run_t;
files_pid_file(xprint_var_run_t)
########################################
#
# Local policy
#
dontaudit xprint_t self:capability sys_tty_config;
allow xprint_t self:process signal_perms;
allow xprint_t self:fifo_file rw_file_perms;
allow xprint_t self:tcp_socket create_stream_socket_perms;
allow xprint_t self:udp_socket create_socket_perms;
manage_files_pattern(xprint_t,xprint_var_run_t,xprint_var_run_t)
files_pid_filetrans(xprint_t,xprint_var_run_t,file)
kernel_read_system_state(xprint_t)
kernel_read_kernel_sysctls(xprint_t)
corecmd_exec_bin(xprint_t)
corecmd_exec_shell(xprint_t)
corenet_all_recvfrom_unlabeled(xprint_t)
corenet_all_recvfrom_netlabel(xprint_t)
corenet_tcp_sendrecv_generic_if(xprint_t)
corenet_udp_sendrecv_generic_if(xprint_t)
corenet_tcp_sendrecv_all_nodes(xprint_t)
corenet_udp_sendrecv_all_nodes(xprint_t)
corenet_tcp_sendrecv_all_ports(xprint_t)
corenet_udp_sendrecv_all_ports(xprint_t)
dev_read_sysfs(xprint_t)
dev_read_urand(xprint_t)
domain_use_interactive_fds(xprint_t)
files_read_etc_files(xprint_t)
files_read_etc_runtime_files(xprint_t)
files_read_usr_files(xprint_t)
files_search_var_lib(xprint_t)
files_search_tmp(xprint_t)
fs_getattr_all_fs(xprint_t)
fs_search_auto_mountpoints(xprint_t)
libs_use_ld_so(xprint_t)
libs_use_shared_libs(xprint_t)
logging_send_syslog_msg(xprint_t)
miscfiles_read_fonts(xprint_t)
miscfiles_read_localization(xprint_t)
sysnet_read_config(xprint_t)
userdom_dontaudit_use_unpriv_user_fds(xprint_t)
userdom_dontaudit_search_sysadm_home_dirs(xprint_t)
ifdef(`targeted_policy',`
term_dontaudit_use_unallocated_ttys(xprint_t)
term_dontaudit_use_generic_ptys(xprint_t)
files_dontaudit_read_root_files(xprint_t)
')
optional_policy(`
cups_read_config(xprint_t)
')
optional_policy(`
nis_use_ypbind(xprint_t)
')
optional_policy(`
seutil_sigchld_newrole(xprint_t)
')
optional_policy(`
udev_read_db(xprint_t)
')