Chris PeBenito 9401ae1
policy_module(yam, 1.4.0)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
########################################
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
# Declarations
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type yam_t alias yam_crond_t;
Chris PeBenito 9401ae1
type yam_exec_t;
Chris PeBenito 9401ae1
application_domain(yam_t, yam_exec_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type yam_content_t;
Chris PeBenito 9401ae1
files_mountpoint(yam_content_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type yam_etc_t;
Chris PeBenito 9401ae1
files_config_file(yam_etc_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
type yam_tmp_t;
Chris PeBenito 9401ae1
files_tmp_file(yam_tmp_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
########################################
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
# Local policy
Chris PeBenito 9401ae1
#
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
allow yam_t self:capability { chown fowner fsetid dac_override };
Chris PeBenito 9401ae1
allow yam_t self:process ~{ ptrace setcurrent setexec setfscreate setrlimit execmem execstack execheap };
Chris PeBenito 9401ae1
allow yam_t self:process execmem;
Chris PeBenito 9401ae1
allow yam_t self:fd use;
Chris PeBenito 9401ae1
allow yam_t self:fifo_file rw_fifo_file_perms;
Chris PeBenito 9401ae1
allow yam_t self:unix_stream_socket { create_stream_socket_perms connectto };
Chris PeBenito 9401ae1
allow yam_t self:unix_dgram_socket { create_socket_perms sendto };
Chris PeBenito 9401ae1
allow yam_t self:shm create_shm_perms;
Chris PeBenito 9401ae1
allow yam_t self:sem create_sem_perms;
Chris PeBenito 9401ae1
allow yam_t self:msgq create_msgq_perms;
Chris PeBenito 9401ae1
allow yam_t self:msg { send receive };
Chris PeBenito 9401ae1
allow yam_t self:tcp_socket create_socket_perms;
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
# Update the content being managed by yam.
Chris PeBenito 9401ae1
manage_dirs_pattern(yam_t, yam_content_t, yam_content_t)
Chris PeBenito 9401ae1
manage_files_pattern(yam_t, yam_content_t, yam_content_t)
Chris PeBenito 9401ae1
manage_lnk_files_pattern(yam_t, yam_content_t, yam_content_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
allow yam_t yam_etc_t:file read_file_perms;
Chris PeBenito 9401ae1
files_search_etc(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
manage_files_pattern(yam_t, yam_tmp_t, yam_tmp_t)
Chris PeBenito 9401ae1
manage_dirs_pattern(yam_t, yam_tmp_t, yam_tmp_t)
Chris PeBenito 9401ae1
files_tmp_filetrans(yam_t, yam_tmp_t, { file dir })
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
kernel_read_kernel_sysctls(yam_t)
Chris PeBenito 9401ae1
kernel_read_proc_symlinks(yam_t)
Chris PeBenito 9401ae1
# Python works fine without reading /proc/meminfo
Chris PeBenito 9401ae1
kernel_dontaudit_read_system_state(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
corecmd_exec_shell(yam_t)
Chris PeBenito 9401ae1
corecmd_exec_bin(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
# Rsync and lftp need to network.  They also set files attributes to
Chris PeBenito 9401ae1
# match whats on the remote server.
Chris PeBenito 9401ae1
corenet_all_recvfrom_unlabeled(yam_t)
Chris PeBenito 9401ae1
corenet_all_recvfrom_netlabel(yam_t)
Chris PeBenito 9401ae1
corenet_tcp_sendrecv_generic_if(yam_t)
Chris PeBenito 9401ae1
corenet_tcp_sendrecv_generic_node(yam_t)
Chris PeBenito 9401ae1
corenet_tcp_sendrecv_all_ports(yam_t)
Chris PeBenito 9401ae1
corenet_tcp_connect_http_port(yam_t)
Chris PeBenito 9401ae1
corenet_tcp_connect_rsync_port(yam_t)
Chris PeBenito 9401ae1
corenet_sendrecv_http_client_packets(yam_t)
Chris PeBenito 9401ae1
corenet_sendrecv_rsync_client_packets(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
# mktemp
Chris PeBenito 9401ae1
dev_read_urand(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
files_read_etc_files(yam_t)
Chris PeBenito 9401ae1
files_read_etc_runtime_files(yam_t)
Chris PeBenito 9401ae1
# /usr/share/createrepo/genpkgmetadata.py:
Chris PeBenito 9401ae1
files_exec_usr_files(yam_t)
Chris PeBenito 9401ae1
# Programs invoked to build package lists need various permissions.
Chris PeBenito 9401ae1
# genpkglist creates tmp files in /var/cache/apt/genpkglist
Chris PeBenito 9401ae1
files_rw_var_files(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
fs_search_auto_mountpoints(yam_t)
Chris PeBenito 9401ae1
# Content can also be on ISO image files.
Chris PeBenito 9401ae1
fs_read_iso9660_files(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
logging_send_syslog_msg(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
miscfiles_read_localization(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
seutil_read_config(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
sysnet_dns_name_resolve(yam_t)
Chris PeBenito 9401ae1
sysnet_read_config(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
userdom_use_user_terminals(yam_t)
Chris PeBenito 9401ae1
userdom_use_unpriv_users_fds(yam_t)
Chris PeBenito 9401ae1
# Reading dotfiles...
Chris PeBenito 9401ae1
# cjp: ?
Chris PeBenito 9401ae1
userdom_search_user_home_dirs(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
# The whole point of this program is to make updates available on a
Chris PeBenito 9401ae1
# local web server.  Need to go through /var to get to /var/yam
Chris PeBenito 9401ae1
# Go through /var/www to get to /var/www/yam
Chris PeBenito 9401ae1
apache_search_sys_content(yam_t)
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
optional_policy(`
Chris PeBenito 9401ae1
	cron_system_entry(yam_t, yam_exec_t)
Chris PeBenito 9401ae1
')
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
optional_policy(`
Chris PeBenito 9401ae1
	mount_domtrans(yam_t)
Chris PeBenito 9401ae1
')
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
optional_policy(`
Chris PeBenito 9401ae1
	nis_use_ypbind(yam_t)
Chris PeBenito 9401ae1
')
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
optional_policy(`
Chris PeBenito 9401ae1
	nscd_socket_use(yam_t)
Chris PeBenito 9401ae1
')
Chris PeBenito 9401ae1
Chris PeBenito 9401ae1
optional_policy(`
Chris PeBenito 9401ae1
	rsync_exec(yam_t)
Chris PeBenito 9401ae1
')