selinux-policy/policy/modules/services/cipe.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

83 lines
1.8 KiB
Plaintext

policy_module(cipe,1.2.1)
########################################
#
# Declarations
#
type ciped_t;
type ciped_exec_t;
init_daemon_domain(ciped_t,ciped_exec_t)
########################################
#
# Local policy
#
allow ciped_t self:capability { net_admin ipc_lock sys_tty_config };
dontaudit ciped_t self:capability sys_tty_config;
allow ciped_t self:process signal_perms;
allow ciped_t self:fifo_file rw_fifo_file_perms;
allow ciped_t self:unix_dgram_socket create_socket_perms;
allow ciped_t self:unix_stream_socket create_socket_perms;
allow ciped_t self:udp_socket create_socket_perms;
kernel_read_kernel_sysctls(ciped_t)
kernel_read_system_state(ciped_t)
corecmd_exec_shell(ciped_t)
corecmd_exec_bin(ciped_t)
corenet_all_recvfrom_unlabeled(ciped_t)
corenet_all_recvfrom_netlabel(ciped_t)
corenet_udp_sendrecv_generic_if(ciped_t)
corenet_udp_sendrecv_all_nodes(ciped_t)
corenet_udp_sendrecv_all_ports(ciped_t)
corenet_udp_bind_all_nodes(ciped_t)
# cipe uses the afs3-bos port (udp 7007)
corenet_udp_bind_afs_bos_port(ciped_t)
corenet_sendrecv_afs_bos_server_packets(ciped_t)
dev_read_sysfs(ciped_t)
dev_read_rand(ciped_t)
# for SSP
dev_read_urand(ciped_t)
domain_use_interactive_fds(ciped_t)
files_read_etc_files(ciped_t)
files_read_etc_runtime_files(ciped_t)
files_dontaudit_search_var(ciped_t)
fs_search_auto_mountpoints(ciped_t)
libs_use_ld_so(ciped_t)
libs_use_shared_libs(ciped_t)
logging_send_syslog_msg(ciped_t)
miscfiles_read_localization(ciped_t)
sysnet_read_config(ciped_t)
userdom_dontaudit_use_unpriv_user_fds(ciped_t)
ifdef(`targeted_policy',`
term_dontaudit_use_unallocated_ttys(ciped_t)
term_dontaudit_use_generic_ptys(ciped_t)
files_dontaudit_read_root_files(ciped_t)
')
optional_policy(`
nis_use_ypbind(ciped_t)
')
optional_policy(`
seutil_sigchld_newrole(ciped_t)
')
optional_policy(`
udev_read_db(ciped_t)
')