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

This commit is contained in:
Chris PeBenito 2005-09-09 13:24:11 +00:00
parent eb3cb6820a
commit 9ff3003346
6 changed files with 162 additions and 2 deletions

View File

@ -1,6 +1,7 @@
- Added policies:
ktalk
portmap
zebra
* Wed Sep 07 2005 Chris PeBenito <selinux@tresys.com> - 20050907
- Fix errors uncovered by sediff.

View File

@ -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

View File

@ -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)

View File

@ -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;
')

View File

@ -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

View File

@ -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;