selinux-policy/policy/modules/services/bind.if

257 lines
4.9 KiB
Plaintext
Raw Normal View History

2005-08-23 17:26:19 +00:00
## <summary>Berkeley internet name domain DNS server.</summary>
########################################
## <summary>
## Execute ndc in the ndc domain.
## </summary>
## <param name="domain">
## <summary>
2005-10-14 18:42:42 +00:00
## Domain allowed access.
## </summary>
2005-08-23 17:26:19 +00:00
## </param>
#
interface(`bind_domtrans_ndc',`
gen_require(`
type ndc_t, ndc_exec_t;
')
2006-12-12 20:08:08 +00:00
domtrans_pattern($1,ndc_exec_t,ndc_t)
2005-08-23 17:26:19 +00:00
')
2005-12-02 22:06:05 +00:00
########################################
## <summary>
## Send generic signals to BIND.
## </summary>
## <param name="domain">
## <summary>
2005-12-02 22:06:05 +00:00
## Domain allowed access.
## </summary>
2005-12-02 22:06:05 +00:00
## </param>
#
interface(`bind_signal',`
gen_require(`
type named_t;
')
allow $1 named_t:process signal;
')
2005-08-23 17:26:19 +00:00
########################################
## <summary>
## Execute ndc in the ndc domain, and
## allow the specified role the ndc domain.
## </summary>
## <param name="domain">
## <summary>
2005-10-14 18:42:42 +00:00
## Domain allowed access.
## </summary>
2005-08-23 17:26:19 +00:00
## </param>
## <param name="role">
## <summary>
2005-08-23 17:26:19 +00:00
## The role to be allowed the bind domain.
## </summary>
2005-08-23 17:26:19 +00:00
## </param>
## <param name="terminal">
## <summary>
2005-08-23 17:26:19 +00:00
## The type of the terminal allow the bind domain to use.
## </summary>
2005-08-23 17:26:19 +00:00
## </param>
2006-09-06 22:07:25 +00:00
## <rolecap/>
2005-08-23 17:26:19 +00:00
#
interface(`bind_run_ndc',`
gen_require(`
type ndc_t;
')
bind_domtrans_ndc($1)
role $2 types ndc_t;
allow ndc_t $3:chr_file rw_term_perms;
')
2005-10-14 18:42:42 +00:00
########################################
## <summary>
## Execute bind in the named domain.
## </summary>
## <param name="domain">
## <summary>
2005-10-14 18:42:42 +00:00
## Domain allowed access.
## </summary>
2005-10-14 18:42:42 +00:00
## </param>
#
interface(`bind_domtrans',`
gen_require(`
type named_t, named_exec_t;
')
2006-12-12 20:08:08 +00:00
domtrans_pattern($1,named_exec_t,named_t)
2005-10-14 18:42:42 +00:00
')
2005-09-02 14:52:08 +00:00
########################################
## <summary>
## Read DNSSEC keys.
## </summary>
## <param name="domain">
## <summary>
2005-09-02 14:52:08 +00:00
## Domain allowed access.
## </summary>
2005-09-02 14:52:08 +00:00
## </param>
#
interface(`bind_read_dnssec_keys',`
gen_require(`
type named_conf_t, named_zone_t, dnssec_t;
')
2006-12-12 20:08:08 +00:00
read_files_pattern($1,{ named_conf_t named_zone_t },dnssec_t)
2005-09-02 14:52:08 +00:00
')
2005-08-23 17:26:19 +00:00
########################################
## <summary>
## Read BIND named configuration files.
## </summary>
## <param name="domain">
## <summary>
2005-08-23 17:26:19 +00:00
## Domain allowed access.
## </summary>
2005-08-23 17:26:19 +00:00
## </param>
#
interface(`bind_read_config',`
gen_require(`
type named_conf_t;
')
2006-12-12 20:08:08 +00:00
read_files_pattern($1,named_conf_t,named_conf_t)
2005-08-23 17:26:19 +00:00
')
########################################
## <summary>
## Write BIND named configuration files.
## </summary>
## <param name="domain">
## <summary>
2005-08-23 17:26:19 +00:00
## Domain allowed access.
## </summary>
2005-08-23 17:26:19 +00:00
## </param>
#
interface(`bind_write_config',`
gen_require(`
type named_conf_t;
')
2006-12-12 20:08:08 +00:00
write_files_pattern($1,named_conf_t,named_conf_t)
allow $1 named_conf_t:file setattr;
2005-08-23 17:26:19 +00:00
')
2005-09-15 21:03:29 +00:00
########################################
## <summary>
## Create, read, write, and delete
## BIND configuration directories.
## </summary>
## <param name="domain">
## <summary>
2005-09-15 21:03:29 +00:00
## Domain allowed access.
## </summary>
2005-09-15 21:03:29 +00:00
## </param>
#
2006-02-02 21:08:12 +00:00
interface(`bind_manage_config_dirs',`
2005-09-15 21:03:29 +00:00
gen_require(`
type named_conf_t;
')
2006-12-12 20:08:08 +00:00
manage_dirs_pattern($1,named_conf_t,named_conf_t)
2005-09-15 21:03:29 +00:00
')
2006-01-11 15:28:14 +00:00
########################################
## <summary>
## Search the BIND cache directory.
## </summary>
## <param name="domain">
## <summary>
2006-01-11 15:28:14 +00:00
## Domain allowed access.
## </summary>
2006-01-11 15:28:14 +00:00
## </param>
#
interface(`bind_search_cache',`
gen_require(`
type named_conf_t, named_cache_t, named_zone_t;
2006-01-11 15:28:14 +00:00
')
files_search_var($1)
allow $1 named_conf_t:dir search_dir_perms;
2006-01-11 15:28:14 +00:00
allow $1 named_zone_t:dir search_dir_perms;
allow $1 named_cache_t:dir search_dir_perms;
')
2005-12-02 22:06:05 +00:00
########################################
## <summary>
## Create, read, write, and delete
## BIND cache files.
## </summary>
## <param name="domain">
## <summary>
2005-12-02 22:06:05 +00:00
## Domain allowed access.
## </summary>
2005-12-02 22:06:05 +00:00
## </param>
#
interface(`bind_manage_cache',`
gen_require(`
type named_cache_t, named_zone_t;
')
files_search_var($1)
allow $1 named_zone_t:dir search_dir_perms;
2006-12-12 20:08:08 +00:00
manage_files_pattern($1,named_cache_t,named_cache_t)
manage_lnk_files_pattern($1,named_cache_t,named_cache_t)
2005-12-02 22:06:05 +00:00
')
2005-08-23 17:26:19 +00:00
########################################
## <summary>
## Do not audit attempts to set the attributes
## of the BIND pid directory.
## </summary>
## <param name="domain">
## <summary>
2005-08-23 17:26:19 +00:00
## Domain allowed access.
## </summary>
2005-08-23 17:26:19 +00:00
## </param>
#
2006-02-02 21:08:12 +00:00
interface(`bind_setattr_pid_dirs',`
2005-08-23 17:26:19 +00:00
gen_require(`
type named_var_run_t;
')
allow $1 named_var_run_t:dir setattr;
')
2006-01-06 22:51:40 +00:00
########################################
## <summary>
## Read BIND zone files.
## </summary>
## <param name="domain">
## <summary>
2006-01-06 22:51:40 +00:00
## Domain allowed access.
## </summary>
2006-01-06 22:51:40 +00:00
## </param>
#
interface(`bind_read_zone',`
gen_require(`
type named_zone_t;
')
files_search_var($1)
2006-12-12 20:08:08 +00:00
read_files_pattern($1,named_zone_t,named_zone_t)
2006-01-06 22:51:40 +00:00
')
2006-03-21 20:12:24 +00:00
########################################
## <summary>
2006-08-15 20:00:58 +00:00
## Send and receive datagrams to and from named. (Deprecated)
2006-03-21 20:12:24 +00:00
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`bind_udp_chat_named',`
2006-08-15 20:00:58 +00:00
refpolicywarn(`$0($*) has been deprecated.')
2006-03-21 20:12:24 +00:00
')