## TCP/IP encryption
########################################
##
## Execute ipsec in the ipsec domain.
##
##
##
## The type of the process performing this action.
##
##
#
interface(`ipsec_domtrans',`
gen_require(`
type ipsec_t, ipsec_exec_t;
')
domtrans_pattern($1,ipsec_exec_t,ipsec_t)
')
########################################
##
## Connect to IPSEC using a unix domain stream socket.
##
##
##
## The type of the process performing this action.
##
##
#
interface(`ipsec_stream_connect',`
gen_require(`
type ipsec_t, ipsec_var_run_t;
')
files_search_pids($1)
stream_connect_pattern($1,ipsec_var_run_t,ipsec_var_run_t,ipsec_t)
')
########################################
##
## Get the attributes of an IPSEC key socket.
##
##
##
## The type of the process performing this action.
##
##
#
interface(`ipsec_getattr_key_sockets',`
gen_require(`
type ipsec_t;
')
allow $1 ipsec_t:key_socket getattr;
')
########################################
##
## Execute the IPSEC management program in the caller domain.
##
##
##
## The type of the process performing this action.
##
##
#
interface(`ipsec_exec_mgmt',`
gen_require(`
type ipsec_exec_t;
')
can_exec($1,ipsec_exec_t)
')
########################################
##
## Read the IPSEC configuration
##
##
##
## The type of the process performing this action.
##
##
##
#
interface(`ipsec_read_config',`
gen_require(`
type ipsec_conf_file_t;
')
files_search_etc($1)
allow $1 ipsec_conf_file_t:file read_file_perms;
')
########################################
##
## Create, read, write, and delete the IPSEC pid files.
##
##
##
## The type of the process performing this action.
##
##
#
interface(`ipsec_manage_pid',`
gen_require(`
type ipsec_var_run_t;
')
files_search_pids($1)
manage_files_pattern($1,ipsec_var_run_t,ipsec_var_run_t)
')