selinux-policy/policy/modules/system/iptables.te

116 lines
2.5 KiB
Plaintext
Raw Normal View History

2005-04-29 20:16:38 +00:00
policy_module(iptables,1.6.0)
2005-05-02 18:36:51 +00:00
2005-04-29 20:16:38 +00:00
########################################
#
# Declarations
#
type iptables_t;
type iptables_exec_t;
2005-06-13 17:35:46 +00:00
init_system_domain(iptables_t,iptables_exec_t)
2005-05-04 17:01:46 +00:00
role system_r types iptables_t;
2005-04-29 20:16:38 +00:00
type iptables_tmp_t;
2005-06-13 17:35:46 +00:00
files_tmp_file(iptables_tmp_t)
2005-04-29 20:16:38 +00:00
type iptables_var_run_t;
2005-06-13 17:35:46 +00:00
files_pid_file(iptables_var_run_t)
2005-04-29 20:16:38 +00:00
########################################
#
# Iptables local policy
#
allow iptables_t self:capability { net_admin net_raw };
2005-05-04 17:01:46 +00:00
dontaudit iptables_t self:capability sys_tty_config;
allow iptables_t self:process { sigchld sigkill sigstop signull signal };
2006-12-12 20:08:08 +00:00
allow iptables_t self:rawip_socket create_socket_perms;
2005-04-29 20:16:38 +00:00
2005-06-09 14:50:48 +00:00
allow iptables_t iptables_var_run_t:dir rw_dir_perms;
files_pid_filetrans(iptables_t,iptables_var_run_t,file)
2005-04-29 20:16:38 +00:00
2005-06-09 14:50:48 +00:00
can_exec(iptables_t,iptables_exec_t)
2005-04-29 20:16:38 +00:00
2006-12-12 20:08:08 +00:00
allow iptables_t iptables_tmp_t:dir manage_dir_perms;
allow iptables_t iptables_tmp_t:file manage_file_perms;
2006-02-21 18:40:44 +00:00
files_tmp_filetrans(iptables_t, iptables_tmp_t, { file dir })
2005-04-29 20:16:38 +00:00
kernel_read_system_state(iptables_t)
kernel_read_network_state(iptables_t)
kernel_read_kernel_sysctls(iptables_t)
kernel_read_modprobe_sysctls(iptables_t)
kernel_use_fds(iptables_t)
2005-04-29 20:16:38 +00:00
corenet_relabelto_all_packets(iptables_t)
dev_read_sysfs(iptables_t)
2005-06-10 01:01:13 +00:00
fs_getattr_xattr_fs(iptables_t)
2005-06-27 16:30:55 +00:00
fs_search_auto_mountpoints(iptables_t)
2005-04-29 20:16:38 +00:00
mls_file_read_all_levels(iptables_t)
2006-01-06 22:51:40 +00:00
2005-06-10 01:01:13 +00:00
term_dontaudit_use_console(iptables_t)
2005-05-04 17:01:46 +00:00
2006-02-20 21:33:25 +00:00
domain_use_interactive_fds(iptables_t)
2005-05-04 17:01:46 +00:00
files_read_etc_files(iptables_t)
2007-06-11 15:43:37 +00:00
files_read_etc_runtime_files(iptables_t)
2005-04-29 20:16:38 +00:00
2007-08-22 20:02:41 +00:00
auth_use_nsswitch(iptables_t)
init_use_fds(iptables_t)
2006-02-02 21:08:12 +00:00
init_use_script_ptys(iptables_t)
# to allow rules to be saved on reboot:
2005-06-13 17:35:46 +00:00
init_rw_script_tmp_files(iptables_t)
2007-11-05 19:35:08 +00:00
init_rw_script_stream_sockets(iptables_t)
2005-06-13 17:35:46 +00:00
libs_use_ld_so(iptables_t)
libs_use_shared_libs(iptables_t)
2005-05-04 17:01:46 +00:00
2005-06-13 17:35:46 +00:00
logging_send_syslog_msg(iptables_t)
2005-04-29 20:16:38 +00:00
# system-config-network appends to /var/log
#logging_append_system_logs(iptables_t)
miscfiles_read_localization(iptables_t)
2005-06-13 17:35:46 +00:00
sysnet_domtrans_ifconfig(iptables_t)
2005-09-15 21:03:29 +00:00
sysnet_dns_name_resolve(iptables_t)
2005-05-04 17:01:46 +00:00
2006-02-20 21:33:25 +00:00
userdom_use_all_users_fds(iptables_t)
2007-06-11 15:43:37 +00:00
optional_policy(`
fail2ban_append_log(iptables_t)
')
optional_policy(`
firstboot_use_fds(iptables_t)
firstboot_rw_pipes(iptables_t)
2005-08-17 14:14:07 +00:00
')
optional_policy(`
2005-06-13 17:35:46 +00:00
modutils_domtrans_insmod(iptables_t)
2005-04-29 20:16:38 +00:00
')
optional_policy(`
2005-06-27 16:30:55 +00:00
# for iptables -L
nis_use_ypbind(iptables_t)
')
optional_policy(`
ppp_dontaudit_use_fds(iptables_t)
')
2007-11-05 19:35:08 +00:00
optional_policy(`
rhgb_dontaudit_use_ptys(iptables_t)
')
optional_policy(`
seutil_sigchld_newrole(iptables_t)
2005-05-04 17:01:46 +00:00
')
optional_policy(`
2005-06-13 17:35:46 +00:00
udev_read_db(iptables_t)
2005-05-04 17:01:46 +00:00
')