[selinux-policy: 636/3172] add zebra. change ssh to default to initrc transition instead of inetd while typeattribute in condi

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:59:37 UTC 2010


commit 9ff300334661b99652ca86883b9360c83828083c
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Sep 9 13:24:11 2005 +0000

    add zebra.  change ssh to default to initrc transition instead of inetd while typeattribute in conditionals doesnt work

 refpolicy/Changelog                        |    1 +
 refpolicy/policy/modules/services/ssh.te   |    4 +-
 refpolicy/policy/modules/services/zebra.fc |   16 ++++
 refpolicy/policy/modules/services/zebra.if |   23 ++++++
 refpolicy/policy/modules/services/zebra.te |  116 ++++++++++++++++++++++++++++
 refpolicy/policy/modules/system/init.te    |    4 +
 6 files changed, 162 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/Changelog b/refpolicy/Changelog
index b916a8b..5e2c44d 100644
--- a/refpolicy/Changelog
+++ b/refpolicy/Changelog
@@ -1,6 +1,7 @@
 - Added policies:
 	ktalk
 	portmap
+	zebra
 
 * Wed Sep 07 2005 Chris PeBenito <selinux at tresys.com> - 20050907
 - Fix errors uncovered by sediff.
diff --git a/refpolicy/policy/modules/services/ssh.te b/refpolicy/policy/modules/services/ssh.te
index 8549167..a57e98d 100644
--- a/refpolicy/policy/modules/services/ssh.te
+++ b/refpolicy/policy/modules/services/ssh.te
@@ -26,9 +26,9 @@ ssh_server_template(sshd)
 optional_policy(`inetd.te',`
 # cjp: commenting this out until typeattribute works in a conditional
 #	tunable_policy(`run_ssh_inetd',`
-		inetd_tcp_service_domain(sshd_t,sshd_exec_t)
+#		inetd_tcp_service_domain(sshd_t,sshd_exec_t)
 #	',`
-#		init_daemon_domain(sshd_t,sshd_exec_t)
+		init_daemon_domain(sshd_t,sshd_exec_t)
 #	')
 ',`
 	# These rules should match the else block
diff --git a/refpolicy/policy/modules/services/zebra.fc b/refpolicy/policy/modules/services/zebra.fc
new file mode 100644
index 0000000..6cd60fe
--- /dev/null
+++ b/refpolicy/policy/modules/services/zebra.fc
@@ -0,0 +1,16 @@
+
+/usr/sbin/bgpd		--	context_template(system_u:object_r:zebra_exec_t,s0)
+/usr/sbin/zebra		--	context_template(system_u:object_r:zebra_exec_t,s0)
+
+/etc/quagga(/.*)?		context_template(system_u:object_r:zebra_conf_t,s0)
+/etc/zebra(/.*)?		context_template(system_u:object_r:zebra_conf_t,s0)
+
+/usr/sbin/ospf.*  	--	context_template(system_u:object_r:zebra_exec_t,s0)
+/usr/sbin/rip.*  	--	context_template(system_u:object_r:zebra_exec_t,s0)
+
+/var/log/quagga(/.*)?		context_template(system_u:object_r:zebra_log_t,s0)
+/var/log/zebra(/.*)?		context_template(system_u:object_r:zebra_log_t,s0)
+
+/var/run/\.zebra	-s	context_template(system_u:object_r:zebra_var_run_t,s0)
+/var/run/\.zserv	-s	context_template(system_u:object_r:zebra_var_run_t,s0)
+/var/run/quagga(/.*)?		context_template(system_u:object_r:zebra_var_run_t,s0)
diff --git a/refpolicy/policy/modules/services/zebra.if b/refpolicy/policy/modules/services/zebra.if
new file mode 100644
index 0000000..781cb1e
--- /dev/null
+++ b/refpolicy/policy/modules/services/zebra.if
@@ -0,0 +1,23 @@
+## <summary>Zebra border gateway protocol network routing service</summary>
+
+########################################
+## <summary>
+##	Read the configuration files for zebra.
+## </summary>
+## <param name="domain">
+##	Domain allowed access.
+## </param>
+#
+interface(`zebra_read_config',`
+	gen_require(`
+		type zebra_conf_t;
+		class file r_file_perms;
+		class dir r_dir_perms;
+		class lnk_file r_file_perms;
+	')
+
+	files_search_etc($1)
+	allow $1 zebra_conf_t:file r_file_perms;
+	allow $1 zebra_conf_t:dir r_dir_perms;
+	allow $1 zebra_conf_t:lnk_file r_file_perms;
+')
diff --git a/refpolicy/policy/modules/services/zebra.te b/refpolicy/policy/modules/services/zebra.te
new file mode 100644
index 0000000..0cc03e3
--- /dev/null
+++ b/refpolicy/policy/modules/services/zebra.te
@@ -0,0 +1,116 @@
+
+policy_module(zebra,1.0)
+
+########################################
+#
+# Declarations
+#
+
+type zebra_t;
+type zebra_exec_t;
+init_daemon_domain(zebra_t,zebra_exec_t)
+
+type zebra_conf_t;
+files_type(zebra_conf_t)
+
+type zebra_log_t;
+logging_log_file(zebra_log_t)
+
+type zebra_tmp_t;
+files_tmp_file(zebra_tmp_t)
+
+type zebra_var_run_t;
+files_pid_file(zebra_var_run_t)
+
+########################################
+#
+# Local policy
+#
+
+allow zebra_t self:capability { setgid setuid net_admin net_raw };
+dontaudit zebra_t self:capability sys_tty_config;
+allow zebra_t self:process setcap;
+allow zebra_t self:unix_dgram_socket create_socket_perms;
+allow zebra_t self:unix_stream_socket { connectto create_stream_socket_perms };
+allow zebra_t self:netlink_route_socket r_netlink_socket_perms;
+allow zebra_t self:tcp_socket create_stream_socket_perms;
+allow zebra_t self:rawip_socket create_socket_perms;
+
+allow zebra_t zebra_conf_t:dir r_dir_perms;
+allow zebra_t zebra_conf_t:file r_file_perms;
+allow zebra_t zebra_conf_t:lnk_file { getattr read };
+
+allow zebra_t zebra_log_t:file create_file_perms;
+allow zebra_t zebra_log_t:sock_file create_file_perms;
+allow zebra_t zebra_log_t:dir rw_dir_perms;
+logging_create_log(zebra_t,zebra_log_t,{ sock_file file dir })
+
+# /tmp/.bgpd is such a bad idea!
+allow zebra_t zebra_tmp_t:sock_file create_file_perms;
+files_create_tmp_files(zebra_t,zebra_tmp_t,sock_file)
+
+allow zebra_t zebra_var_run_t:file create_file_perms;
+files_create_pid(zebra_t,zebra_var_run_t)
+
+kernel_read_system_state(zebra_t)
+kernel_read_kernel_sysctl(zebra_t)
+kernel_rw_net_sysctl(zebra_t)
+
+corenet_tcp_sendrecv_all_if(zebra_t)
+corenet_raw_sendrecv_all_if(zebra_t)
+corenet_tcp_sendrecv_all_nodes(zebra_t)
+corenet_raw_sendrecv_all_nodes(zebra_t)
+corenet_tcp_sendrecv_all_ports(zebra_t)
+corenet_tcp_bind_all_nodes(zebra_t)
+corenet_tcp_bind_zebra_port(zebra_t)
+
+dev_read_sysfs(zebra_t)
+
+fs_getattr_all_fs(zebra_t)
+fs_search_auto_mountpoints(zebra_t)
+
+term_dontaudit_use_console(zebra_t)
+
+domain_use_wide_inherit_fd(zebra_t)
+
+files_read_etc_files(zebra_t)
+files_read_etc_runtime_files(zebra_t)
+
+init_use_fd(zebra_t)
+init_use_script_pty(zebra_t)
+
+libs_use_ld_so(zebra_t)
+libs_use_shared_libs(zebra_t)
+
+logging_send_syslog_msg(zebra_t)
+
+miscfiles_read_localization(zebra_t)
+
+sysnet_read_config(zebra_t)
+
+userdom_dontaudit_use_unpriv_user_fd(zebra_t)
+userdom_dontaudit_search_sysadm_home_dir(zebra_t)
+
+ifdef(`targeted_policy', `
+	term_dontaudit_use_unallocated_tty(zebra_t)
+	term_dontaudit_use_generic_pty(zebra_t)
+	files_dontaudit_read_root_file(zebra_t)
+')
+
+optional_policy(`nis.te',`
+	nis_use_ypbind(zebra_t)
+')
+
+optional_policy(`selinuxutil.te',`
+	seutil_sigchld_newrole(zebra_t)
+')
+
+optional_policy(`udev.te', `
+	udev_read_db(zebra_t)
+')
+
+ifdef(`TODO',`
+optional_policy(`rhgb.te',`
+	rhgb_domain(zebra_t)
+')
+') dnl end TODO
diff --git a/refpolicy/policy/modules/system/init.te b/refpolicy/policy/modules/system/init.te
index 31547a4..fe82ecb 100644
--- a/refpolicy/policy/modules/system/init.te
+++ b/refpolicy/policy/modules/system/init.te
@@ -496,6 +496,10 @@ optional_policy(`sysnetwork.te',`
 	sysnet_read_dhcpc_state(initrc_t)
 ')
 
+optional_policy(`zebra.te',`
+	zebra_read_config(initrc_t)
+')
+
 ifdef(`TODO',`
 # Set device ownerships/modes.
 allow initrc_t xconsole_device_t:fifo_file setattr;


More information about the scm-commits mailing list