Chris PeBenito 44fc06
Chris PeBenito fb63d0
policy_module(amanda,1.3.2)
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 cdc86e
inetd_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 fb63d0
corecmd_executable_file(amanda_user_exec_t)
Chris PeBenito d1b9d9
Chris PeBenito 44fc06
# type for same awk and other scripts
Chris PeBenito 44fc06
type amanda_script_exec_t;
Chris PeBenito fb63d0
corecmd_executable_file(amanda_script_exec_t)
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 bb7170
optional_policy(`
Chris PeBenito 2c2435
	prelink_object_file(amanda_usr_lib_t)
Chris PeBenito 2c2435
')
Chris PeBenito 2c2435
Chris PeBenito 44fc06
########################################
Chris PeBenito 44fc06
#
Chris PeBenito 44fc06
# Amanda local policy
Chris PeBenito 44fc06
#
Chris PeBenito 44fc06
Chris PeBenito 46c69c
allow amanda_t self:capability { chown dac_override setuid kill };
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 103fe2
logging_log_filetrans(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 103fe2
files_tmp_filetrans(amanda_t, amanda_tmp_t, { file dir })
Chris PeBenito 44fc06
Chris PeBenito 44fc06
kernel_read_system_state(amanda_t)
Chris PeBenito 445522
kernel_read_kernel_sysctls(amanda_t)
Chris PeBenito 445522
kernel_dontaudit_getattr_unlabeled_files(amanda_t)
Chris PeBenito 445522
kernel_dontaudit_read_proc_symlinks(amanda_t)
Don Miner c11417
Don Miner c11417
# Added for targeted policy
Chris PeBenito 1815ba
term_use_unallocated_ttys(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_sendrecv_all_ports(amanda_t)
Chris PeBenito 44fc06
corenet_udp_sendrecv_all_ports(amanda_t)
Chris PeBenito bd7037
corenet_non_ipsec_sendrecv(amanda_t)
Chris PeBenito bd7037
corenet_tcp_bind_all_nodes(amanda_t)
Chris PeBenito bd7037
corenet_udp_bind_all_nodes(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 9e04f5
files_list_all(amanda_t)
Chris PeBenito 44fc06
files_read_all_files(amanda_t)
Chris PeBenito 44fc06
files_read_all_symlinks(amanda_t)
Chris PeBenito 9e04f5
files_read_all_blk_files(amanda_t)
Chris PeBenito 9e04f5
files_read_all_chr_files(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 bb7170
optional_policy(`
Chris PeBenito 44fc06
	auth_read_shadow(amanda_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito bb7170
optional_policy(`
Chris PeBenito 44fc06
	logging_send_syslog_msg(amanda_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito bb7170
optional_policy(`
Chris PeBenito 44fc06
	nis_use_ypbind(amanda_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito bb7170
optional_policy(`
Chris PeBenito 1815ba
	nscd_socket_use(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 cdc86e
allow amanda_recover_t self:capability { fowner fsetid kill setgid setuid chown dac_override };
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 103fe2
userdom_sysadm_home_dir_filetrans(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 103fe2
files_tmp_filetrans(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 445522
kernel_read_kernel_sysctls(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 bd7037
corenet_non_ipsec_sendrecv(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 cdc86e
corenet_tcp_bind_reserved_port(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 15722e
domain_use_interactive_fds(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 103fe2
userdom_search_sysadm_home_content_dirs(amanda_recover_t)
Chris PeBenito 44fc06
Chris PeBenito bb7170
optional_policy(`
Chris PeBenito 44fc06
	mount_send_nfs_client_request(amanda_recover_t)
Chris PeBenito 44fc06
')
Chris PeBenito 44fc06
Chris PeBenito bb7170
optional_policy(`
Chris PeBenito 44fc06
	nis_use_ypbind(amanda_recover_t)
Chris PeBenito 44fc06
')
Chris PeBenito cdc86e
Chris PeBenito cdc86e
optional_policy(`
Chris PeBenito cdc86e
	nscd_socket_use(amanda_recover_t)
Chris PeBenito cdc86e
')