Chris PeBenito 44fc06
Chris PeBenito 44fc06
policy_module(amanda,1.0)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
#######################################
Chris PeBenito 44fc06
#
Chris PeBenito 44fc06
# Declarations
Chris PeBenito 44fc06
#
Chris PeBenito 44fc06
Chris PeBenito 44fc06
type amanda_t;
Chris PeBenito 44fc06
type amanda_inetd_exec_t;
Chris PeBenito 44fc06
inetd_udp_service_domain(amanda_t,amanda_inetd_exec_t)
Chris PeBenito 44fc06
role system_r types amanda_t;
Chris PeBenito 44fc06
Chris PeBenito 44fc06
type amanda_exec_t;
Chris PeBenito 44fc06
domain_entry_file(amanda_t,amanda_exec_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
type amanda_log_t;
Chris PeBenito 44fc06
logging_log_file(amanda_log_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for amanda configurations files
Chris PeBenito 44fc06
type amanda_config_t;
Chris PeBenito 44fc06
files_type(amanda_config_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for files in /usr/lib/amanda
Chris PeBenito 44fc06
type amanda_usr_lib_t;
Chris PeBenito 44fc06
files_type(amanda_usr_lib_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for all files in /var/lib/amanda
Chris PeBenito 44fc06
type amanda_var_lib_t;
Chris PeBenito 44fc06
files_type(amanda_var_lib_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for all files in /var/lib/amanda/gnutar-lists/
Chris PeBenito 44fc06
type amanda_gnutarlists_t;
Chris PeBenito 44fc06
files_type(amanda_gnutarlists_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for user startable files
Chris PeBenito 44fc06
type amanda_user_exec_t;
Chris PeBenito 44fc06
files_type(amanda_user_exec_t)
Chris PeBenito 44fc06
Chris PeBenito d1b9d9
# temp:
Chris PeBenito d1b9d9
typeattribute amanda_user_exec_t entry_type;
Chris PeBenito d1b9d9
Chris PeBenito 44fc06
# type for same awk and other scripts
Chris PeBenito 44fc06
type amanda_script_exec_t;
Chris PeBenito 44fc06
files_type(amanda_script_exec_t)
Chris PeBenito 44fc06
Chris PeBenito d1b9d9
# temp:
Chris PeBenito 4614e8
typeattribute amanda_script_exec_t entry_type;
Chris PeBenito d1b9d9
Chris PeBenito 44fc06
# type for the shell configuration files 
Chris PeBenito 44fc06
type amanda_shellconfig_t;
Chris PeBenito 44fc06
files_type(amanda_shellconfig_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
type amanda_tmp_t;
Chris PeBenito 44fc06
files_tmp_file(amanda_tmp_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for /etc/amandates
Chris PeBenito 44fc06
type amanda_amandates_t;
Chris PeBenito 44fc06
files_type(amanda_amandates_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for /etc/dumpdates
Chris PeBenito 44fc06
type amanda_dumpdates_t;
Chris PeBenito 44fc06
files_type(amanda_dumpdates_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for amanda data
Chris PeBenito 44fc06
type amanda_data_t;
Chris PeBenito 44fc06
files_type(amanda_data_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for amrecover
Chris PeBenito 44fc06
type amanda_recover_t;
Chris PeBenito 44fc06
type amanda_recover_exec_t;
Chris PeBenito 44fc06
domain_type(amanda_recover_t)
Chris PeBenito 44fc06
domain_entry_file(amanda_recover_t,amanda_recover_exec_t)
Chris PeBenito 44fc06
role system_r types amanda_recover_t;
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# type for recover files ( restored data )
Chris PeBenito 44fc06
type amanda_recover_dir_t;
Chris PeBenito 44fc06
files_type(amanda_recover_dir_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
########################################
Chris PeBenito 44fc06
#
Chris PeBenito 44fc06
# Amanda local policy
Chris PeBenito 44fc06
#
Chris PeBenito 44fc06
Chris PeBenito 44fc06
allow amanda_t self:capability { chown dac_override setuid };
Chris PeBenito 44fc06
allow amanda_t self:process { setpgid signal };
Chris PeBenito 44fc06
allow amanda_t self:fifo_file { getattr read write ioctl lock };
Chris PeBenito 44fc06
allow amanda_t self:unix_stream_socket create_stream_socket_perms;
Chris PeBenito 44fc06
allow amanda_t self:unix_dgram_socket create_socket_perms;
Chris PeBenito 44fc06
allow amanda_t self:tcp_socket create_stream_socket_perms;
Chris PeBenito 44fc06
allow amanda_t self:udp_socket create_socket_perms;
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# access to amanda_amandates_t
Chris PeBenito 44fc06
allow amanda_t amanda_amandates_t:file { getattr lock read write };
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# configuration files -> read only
Chris PeBenito 44fc06
allow amanda_t amanda_config_t:file { getattr read };
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# access to amandas data structure
Chris PeBenito 44fc06
allow amanda_t amanda_data_t:dir { read search write };
Chris PeBenito 44fc06
allow amanda_t amanda_data_t:file { read write };
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# access to amanda_dumpdates_t
Chris PeBenito 44fc06
allow amanda_t amanda_dumpdates_t:file { getattr lock read write };
Chris PeBenito 44fc06
Chris PeBenito 44fc06
can_exec(amanda_t,amanda_exec_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# access to amanda_gnutarlists_t (/var/lib/amanda/gnutar-lists)
Chris PeBenito 44fc06
allow amanda_t amanda_gnutarlists_t:dir rw_dir_perms;
Chris PeBenito 44fc06
allow amanda_t amanda_gnutarlists_t:file manage_file_perms;
Chris PeBenito 44fc06
allow amanda_t amanda_gnutarlists_t:lnk_file manage_file_perms;
Chris PeBenito 44fc06
Chris PeBenito 44fc06
allow amanda_t amanda_log_t:file create_file_perms;
Chris PeBenito 9bbc75
allow amanda_t amanda_log_t:dir { rw_dir_perms setattr };
Chris PeBenito 44fc06
logging_create_log(amanda_t,amanda_log_t,{ file dir })
Chris PeBenito 44fc06
Chris PeBenito 44fc06
allow amanda_t amanda_tmp_t:dir create_dir_perms;
Chris PeBenito 44fc06
allow amanda_t amanda_tmp_t:file create_file_perms;
Chris PeBenito 44fc06
files_create_tmp_files(amanda_t, amanda_tmp_t, { file dir })
Chris PeBenito 44fc06
Chris PeBenito 44fc06
kernel_read_system_state(amanda_t)
Chris PeBenito 44fc06
kernel_read_kernel_sysctl(amanda_t)
Chris PeBenito 44fc06
kernel_dontaudit_getattr_unlabeled_file(amanda_t)
Don Miner c11417
kernel_dontaudit_read_proc_symlink(amanda_t)
Don Miner c11417
Don Miner c11417
# Added for targeted policy
Don Miner c11417
term_use_unallocated_tty(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
corenet_tcp_sendrecv_all_if(amanda_t)
Chris PeBenito 44fc06
corenet_udp_sendrecv_all_if(amanda_t)
Chris PeBenito 44fc06
corenet_raw_sendrecv_all_if(amanda_t)
Chris PeBenito 44fc06
corenet_tcp_sendrecv_all_nodes(amanda_t)
Chris PeBenito 44fc06
corenet_udp_sendrecv_all_nodes(amanda_t)
Chris PeBenito 44fc06
corenet_raw_sendrecv_all_nodes(amanda_t)
Chris PeBenito 44fc06
corenet_tcp_bind_all_nodes(amanda_t)
Chris PeBenito 44fc06
corenet_udp_bind_all_nodes(amanda_t)
Chris PeBenito 44fc06
corenet_tcp_sendrecv_all_ports(amanda_t)
Chris PeBenito 44fc06
corenet_udp_sendrecv_all_ports(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
dev_getattr_all_blk_files(amanda_t)
Chris PeBenito 2db2c7
dev_getattr_all_chr_files(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
fs_getattr_xattr_fs(amanda_t)
Chris PeBenito 44fc06
fs_list_all(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
storage_raw_read_fixed_disk(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
files_read_etc_files(amanda_t)
Chris PeBenito 44fc06
files_read_etc_runtime_files(amanda_t)
Chris PeBenito 44fc06
files_list_all_dirs(amanda_t)
Chris PeBenito 44fc06
files_read_all_files(amanda_t)
Chris PeBenito 44fc06
files_read_all_symlinks(amanda_t)
Chris PeBenito 44fc06
files_read_all_blk_nodes(amanda_t)
Chris PeBenito 44fc06
files_read_all_chr_nodes(amanda_t)
Chris PeBenito 44fc06
files_getattr_all_pipes(amanda_t)
Chris PeBenito 44fc06
files_getattr_all_sockets(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
corecmd_exec_shell(amanda_t)
Chris PeBenito 44fc06
corecmd_exec_sbin(amanda_t)
Chris PeBenito 44fc06
corecmd_exec_bin(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
libs_use_ld_so(amanda_t)
Chris PeBenito 44fc06
libs_use_shared_libs(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
sysnet_read_config(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 132880
optional_policy(`authlogin',`
Chris PeBenito 44fc06
	auth_read_shadow(amanda_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito 132880
optional_policy(`logging',`
Chris PeBenito 44fc06
	logging_send_syslog_msg(amanda_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito 132880
optional_policy(`nis',`
Chris PeBenito 44fc06
	nis_use_ypbind(amanda_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito 132880
optional_policy(`nscd',`
Chris PeBenito 44fc06
	nscd_use_socket(amanda_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito 44fc06
########################################
Chris PeBenito 44fc06
#
Chris PeBenito 44fc06
# Amanda recover local policy
Chris PeBenito 44fc06
Chris PeBenito 44fc06
allow amanda_recover_t self:capability { fowner fsetid kill setgid setuid chown dac_override net_bind_service };
Chris PeBenito 44fc06
allow amanda_recover_t self:process { sigkill sigstop signal };
Chris PeBenito 44fc06
allow amanda_recover_t self:fifo_file { getattr ioctl read write };
Chris PeBenito 44fc06
allow amanda_recover_t self:unix_stream_socket { connect create read write };
Chris PeBenito 44fc06
allow amanda_recover_t self:tcp_socket create_stream_socket_perms;
Chris PeBenito 44fc06
allow amanda_recover_t self:udp_socket create_socket_perms;
Chris PeBenito 44fc06
Chris PeBenito 44fc06
allow amanda_recover_t amanda_log_t:dir rw_dir_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_log_t:file manage_file_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_log_t:lnk_file create_lnk_perms;
Chris PeBenito 44fc06
Chris PeBenito 44fc06
# access to amanda_recover_dir_t
Chris PeBenito 44fc06
allow amanda_recover_t amanda_recover_dir_t:dir create_dir_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_recover_dir_t:file create_file_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_recover_dir_t:lnk_file create_lnk_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_recover_dir_t:sock_file create_file_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_recover_dir_t:fifo_file create_file_perms;
Chris PeBenito 725926
userdom_create_sysadm_home(amanda_recover_t,amanda_recover_dir_t,{ dir file lnk_file sock_file fifo_file })
Chris PeBenito 44fc06
Chris PeBenito 44fc06
allow amanda_recover_t amanda_tmp_t:dir create_dir_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_tmp_t:file create_file_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_tmp_t:lnk_file create_lnk_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_tmp_t:sock_file create_file_perms;
Chris PeBenito 44fc06
allow amanda_recover_t amanda_tmp_t:fifo_file create_file_perms;
Chris PeBenito 307e11
files_create_tmp_files(amanda_recover_t,amanda_tmp_t,{ dir file lnk_file sock_file fifo_file })
Chris PeBenito 44fc06
Chris PeBenito 44fc06
kernel_read_system_state(amanda_recover_t)
Chris PeBenito 44fc06
kernel_read_kernel_sysctl(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
corenet_tcp_sendrecv_all_if(amanda_recover_t)
Chris PeBenito 44fc06
corenet_udp_sendrecv_all_if(amanda_recover_t)
Chris PeBenito 44fc06
corenet_raw_sendrecv_all_if(amanda_recover_t)
Chris PeBenito 44fc06
corenet_tcp_sendrecv_all_nodes(amanda_recover_t)
Chris PeBenito 44fc06
corenet_udp_sendrecv_all_nodes(amanda_recover_t)
Chris PeBenito 44fc06
corenet_raw_sendrecv_all_nodes(amanda_recover_t)
Chris PeBenito 44fc06
corenet_tcp_sendrecv_all_ports(amanda_recover_t)
Chris PeBenito 44fc06
corenet_udp_sendrecv_all_ports(amanda_recover_t)
Chris PeBenito 44fc06
corenet_tcp_bind_all_nodes(amanda_recover_t)
Chris PeBenito 44fc06
corenet_udp_bind_all_nodes(amanda_recover_t)
Chris PeBenito 44fc06
corenet_tcp_connect_amanda_port(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
corecmd_exec_shell(amanda_recover_t)
Chris PeBenito 44fc06
corecmd_exec_bin(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
domain_use_wide_inherit_fd(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
files_read_etc_files(amanda_recover_t)
Chris PeBenito 44fc06
files_read_etc_runtime_files(amanda_recover_t)
Chris PeBenito 44fc06
files_search_tmp(amanda_recover_t)
Chris PeBenito 44fc06
files_search_pids(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
fstools_domtrans(amanda_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
libs_use_ld_so(amanda_recover_t)
Chris PeBenito 44fc06
libs_use_shared_libs(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
logging_search_logs(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
miscfiles_read_localization(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
sysnet_read_config(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 44fc06
userdom_search_sysadm_home_subdirs(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito 132880
optional_policy(`mount',`
Chris PeBenito 44fc06
	mount_send_nfs_client_request(amanda_recover_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito 132880
optional_policy(`nis',`
Chris PeBenito 44fc06
	nis_use_ypbind(amanda_recover_t)
Chris PeBenito 44fc06
')