2005-04-26 17:00:25 +00:00
|
|
|
|
2010-02-18 01:28:59 +00:00
|
|
|
policy_module(sysnetwork, 1.10.2)
|
2005-04-26 17:00:25 +00:00
|
|
|
|
2005-05-04 13:14:48 +00:00
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
2005-05-31 23:02:11 +00:00
|
|
|
# this is shared between dhcpc and dhcpd:
|
2005-10-24 18:40:24 +00:00
|
|
|
type dhcp_etc_t;
|
2005-05-31 23:02:11 +00:00
|
|
|
typealias dhcp_etc_t alias { etc_dhcp_t etc_dhcpc_t etc_dhcpd_t };
|
2005-10-24 18:40:24 +00:00
|
|
|
files_config_file(dhcp_etc_t)
|
2005-05-31 23:02:11 +00:00
|
|
|
|
|
|
|
# this is shared between dhcpc and dhcpd:
|
|
|
|
type dhcp_state_t;
|
2005-06-29 14:26:41 +00:00
|
|
|
files_type(dhcp_state_t)
|
2005-05-31 23:02:11 +00:00
|
|
|
|
2005-05-04 13:14:48 +00:00
|
|
|
type dhcpc_t;
|
|
|
|
type dhcpc_exec_t;
|
2009-06-26 14:40:13 +00:00
|
|
|
init_daemon_domain(dhcpc_t, dhcpc_exec_t)
|
2005-05-05 18:30:00 +00:00
|
|
|
role system_r types dhcpc_t;
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
type dhcpc_state_t;
|
2005-06-29 14:26:41 +00:00
|
|
|
files_type(dhcpc_state_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
type dhcpc_tmp_t;
|
2005-06-13 17:35:46 +00:00
|
|
|
files_tmp_file(dhcpc_tmp_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
type dhcpc_var_run_t;
|
2005-06-13 17:35:46 +00:00
|
|
|
files_pid_file(dhcpc_var_run_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
type ifconfig_t;
|
|
|
|
type ifconfig_exec_t;
|
2005-06-13 17:35:46 +00:00
|
|
|
init_system_domain(ifconfig_t, ifconfig_exec_t)
|
2005-05-05 18:30:00 +00:00
|
|
|
role system_r types ifconfig_t;
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2005-04-25 20:13:45 +00:00
|
|
|
type net_conf_t alias resolv_conf_t;
|
2005-06-29 14:26:41 +00:00
|
|
|
files_type(net_conf_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# DHCP client local policy
|
|
|
|
#
|
|
|
|
allow dhcpc_t self:capability { dac_override fsetid net_admin net_raw net_bind_service sys_resource sys_tty_config };
|
|
|
|
dontaudit dhcpc_t self:capability sys_tty_config;
|
|
|
|
# for access("/etc/bashrc", X_OK) on Red Hat
|
|
|
|
dontaudit dhcpc_t self:capability { dac_read_search sys_module };
|
2005-09-22 21:59:50 +00:00
|
|
|
allow dhcpc_t self:process signal_perms;
|
|
|
|
allow dhcpc_t self:fifo_file rw_file_perms;
|
|
|
|
allow dhcpc_t self:tcp_socket create_stream_socket_perms;
|
2005-06-08 21:07:03 +00:00
|
|
|
allow dhcpc_t self:udp_socket create_socket_perms;
|
|
|
|
allow dhcpc_t self:packet_socket create_socket_perms;
|
2008-03-20 14:55:17 +00:00
|
|
|
allow dhcpc_t self:netlink_route_socket { create_socket_perms nlmsg_read nlmsg_write };
|
2005-05-31 23:02:11 +00:00
|
|
|
|
2006-12-12 20:08:08 +00:00
|
|
|
allow dhcpc_t dhcp_etc_t:dir list_dir_perms;
|
2009-06-26 14:40:13 +00:00
|
|
|
read_lnk_files_pattern(dhcpc_t, dhcp_etc_t, dhcp_etc_t)
|
|
|
|
exec_files_pattern(dhcpc_t, dhcp_etc_t, dhcp_etc_t)
|
2005-05-31 23:02:11 +00:00
|
|
|
|
2009-06-26 14:40:13 +00:00
|
|
|
manage_files_pattern(dhcpc_t, dhcpc_state_t, dhcpc_state_t)
|
|
|
|
filetrans_pattern(dhcpc_t, dhcp_state_t, dhcpc_state_t, file)
|
2005-05-31 23:02:11 +00:00
|
|
|
|
2005-05-04 13:14:48 +00:00
|
|
|
# create pid file
|
2009-06-26 14:40:13 +00:00
|
|
|
manage_files_pattern(dhcpc_t, dhcpc_var_run_t, dhcpc_var_run_t)
|
|
|
|
files_pid_filetrans(dhcpc_t, dhcpc_var_run_t, file)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
# Allow read/write to /etc/resolv.conf and /etc/ntp.conf. Note that any files
|
|
|
|
# in /etc created by dhcpcd will be labelled net_conf_t.
|
2006-12-12 20:08:08 +00:00
|
|
|
allow dhcpc_t net_conf_t:file manage_file_perms;
|
2009-06-26 14:40:13 +00:00
|
|
|
files_etc_filetrans(dhcpc_t, net_conf_t, file)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
# create temp files
|
2009-06-26 14:40:13 +00:00
|
|
|
manage_dirs_pattern(dhcpc_t, dhcpc_tmp_t, dhcpc_tmp_t)
|
|
|
|
manage_files_pattern(dhcpc_t, dhcpc_tmp_t, dhcpc_tmp_t)
|
2006-02-21 18:40:44 +00:00
|
|
|
files_tmp_filetrans(dhcpc_t, dhcpc_tmp_t, { file dir })
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2005-06-08 21:07:03 +00:00
|
|
|
can_exec(dhcpc_t, dhcpc_exec_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2005-05-31 23:02:11 +00:00
|
|
|
# transition to ifconfig
|
2006-12-12 20:08:08 +00:00
|
|
|
domtrans_pattern(dhcpc_t, ifconfig_exec_t, ifconfig_t)
|
2005-05-31 23:02:11 +00:00
|
|
|
|
2005-05-04 13:14:48 +00:00
|
|
|
kernel_read_system_state(dhcpc_t)
|
|
|
|
kernel_read_network_state(dhcpc_t)
|
2006-01-31 16:49:43 +00:00
|
|
|
kernel_read_kernel_sysctls(dhcpc_t)
|
2006-03-02 23:41:11 +00:00
|
|
|
kernel_use_fds(dhcpc_t)
|
2005-06-10 01:01:13 +00:00
|
|
|
|
2009-08-05 14:23:50 +00:00
|
|
|
corecmd_exec_bin(dhcpc_t)
|
|
|
|
corecmd_exec_shell(dhcpc_t)
|
|
|
|
|
2007-06-27 15:23:21 +00:00
|
|
|
corenet_all_recvfrom_unlabeled(dhcpc_t)
|
|
|
|
corenet_all_recvfrom_netlabel(dhcpc_t)
|
2005-06-10 01:01:13 +00:00
|
|
|
corenet_tcp_sendrecv_all_if(dhcpc_t)
|
|
|
|
corenet_raw_sendrecv_all_if(dhcpc_t)
|
|
|
|
corenet_udp_sendrecv_all_if(dhcpc_t)
|
|
|
|
corenet_tcp_sendrecv_all_nodes(dhcpc_t)
|
|
|
|
corenet_raw_sendrecv_all_nodes(dhcpc_t)
|
|
|
|
corenet_udp_sendrecv_all_nodes(dhcpc_t)
|
|
|
|
corenet_tcp_sendrecv_all_ports(dhcpc_t)
|
|
|
|
corenet_udp_sendrecv_all_ports(dhcpc_t)
|
|
|
|
corenet_tcp_bind_all_nodes(dhcpc_t)
|
|
|
|
corenet_udp_bind_all_nodes(dhcpc_t)
|
|
|
|
corenet_udp_bind_dhcpc_port(dhcpc_t)
|
2005-09-12 21:40:56 +00:00
|
|
|
corenet_tcp_connect_all_ports(dhcpc_t)
|
2006-05-26 18:04:46 +00:00
|
|
|
corenet_sendrecv_dhcpd_client_packets(dhcpc_t)
|
2006-05-26 20:29:51 +00:00
|
|
|
corenet_sendrecv_dhcpc_server_packets(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2005-06-16 20:33:51 +00:00
|
|
|
dev_read_sysfs(dhcpc_t)
|
|
|
|
# for SSP:
|
2005-06-13 16:22:32 +00:00
|
|
|
dev_read_urand(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2006-02-20 21:33:25 +00:00
|
|
|
domain_use_interactive_fds(dhcpc_t)
|
2006-02-02 21:08:12 +00:00
|
|
|
domain_dontaudit_list_all_domains_state(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2005-06-29 14:26:41 +00:00
|
|
|
files_read_etc_files(dhcpc_t)
|
2005-06-13 17:35:46 +00:00
|
|
|
files_read_etc_runtime_files(dhcpc_t)
|
2005-06-30 18:54:08 +00:00
|
|
|
files_search_home(dhcpc_t)
|
2005-07-11 19:02:50 +00:00
|
|
|
files_search_var_lib(dhcpc_t)
|
|
|
|
files_dontaudit_search_locks(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2009-08-05 14:23:50 +00:00
|
|
|
fs_getattr_all_fs(dhcpc_t)
|
|
|
|
fs_search_auto_mountpoints(dhcpc_t)
|
|
|
|
|
2010-02-11 19:20:10 +00:00
|
|
|
term_dontaudit_use_all_ttys(dhcpc_t)
|
|
|
|
term_dontaudit_use_all_ptys(dhcpc_t)
|
2009-08-05 14:23:50 +00:00
|
|
|
term_dontaudit_use_unallocated_ttys(dhcpc_t)
|
|
|
|
term_dontaudit_use_generic_ptys(dhcpc_t)
|
|
|
|
|
2006-01-18 18:08:39 +00:00
|
|
|
init_rw_utmp(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
logging_send_syslog_msg(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
miscfiles_read_localization(dhcpc_t)
|
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
modutils_domtrans_insmod(dhcpc_t)
|
2005-05-19 21:06:06 +00:00
|
|
|
|
2008-11-05 16:10:46 +00:00
|
|
|
userdom_use_user_terminals(dhcpc_t)
|
|
|
|
userdom_dontaudit_search_user_home_dirs(dhcpc_t)
|
2005-07-11 19:02:50 +00:00
|
|
|
|
2005-05-31 23:02:11 +00:00
|
|
|
ifdef(`distro_redhat', `
|
2005-06-29 14:26:41 +00:00
|
|
|
files_exec_etc_files(dhcpc_t)
|
2005-05-31 23:02:11 +00:00
|
|
|
')
|
|
|
|
|
2008-02-05 18:24:43 +00:00
|
|
|
ifdef(`distro_ubuntu',`
|
|
|
|
optional_policy(`
|
|
|
|
unconfined_domain(dhcpc_t)
|
|
|
|
')
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-13 17:35:46 +00:00
|
|
|
consoletype_domtrans(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-12-02 22:06:05 +00:00
|
|
|
init_dbus_chat_script(dhcpc_t)
|
2005-10-24 12:38:45 +00:00
|
|
|
|
2008-11-05 16:10:46 +00:00
|
|
|
dbus_system_bus_client(dhcpc_t)
|
2005-10-24 12:38:45 +00:00
|
|
|
dbus_connect_system_bus(dhcpc_t)
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-11-29 21:27:15 +00:00
|
|
|
networkmanager_dbus_chat(dhcpc_t)
|
|
|
|
')
|
2005-10-24 12:38:45 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-13 17:35:46 +00:00
|
|
|
hostname_domtrans(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-02-02 21:08:12 +00:00
|
|
|
hotplug_getattr_config_dirs(dhcpc_t)
|
2005-07-11 19:02:50 +00:00
|
|
|
hotplug_search_config(dhcpc_t)
|
|
|
|
|
|
|
|
ifdef(`distro_redhat',`
|
2005-07-13 18:29:08 +00:00
|
|
|
logging_domtrans_syslog(dhcpc_t)
|
2005-07-11 19:02:50 +00:00
|
|
|
')
|
|
|
|
')
|
|
|
|
|
2005-06-30 18:54:08 +00:00
|
|
|
# for the dhcp client to run ping to check IP addresses
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-30 18:54:08 +00:00
|
|
|
netutils_domtrans_ping(dhcpc_t)
|
2005-10-26 16:00:13 +00:00
|
|
|
netutils_domtrans(dhcpc_t)
|
2005-09-15 21:03:29 +00:00
|
|
|
',`
|
|
|
|
allow dhcpc_t self:capability setuid;
|
|
|
|
allow dhcpc_t self:rawip_socket create_socket_perms;
|
2005-06-30 18:54:08 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-27 16:30:55 +00:00
|
|
|
nis_use_ypbind(dhcpc_t)
|
2005-10-14 17:55:40 +00:00
|
|
|
nis_signal_ypbind(dhcpc_t)
|
2005-11-08 22:00:30 +00:00
|
|
|
nis_read_ypbind_pid(dhcpc_t)
|
|
|
|
nis_delete_ypbind_pid(dhcpc_t)
|
|
|
|
|
2005-06-27 16:30:55 +00:00
|
|
|
# dhclient sometimes starts ypbind
|
2006-02-06 15:40:41 +00:00
|
|
|
init_exec_script_files(dhcpc_t)
|
2005-10-24 18:40:24 +00:00
|
|
|
nis_domtrans_ypbind(dhcpc_t)
|
2005-06-27 16:30:55 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-13 20:27:32 +00:00
|
|
|
nscd_domtrans(dhcpc_t)
|
2005-07-20 14:25:24 +00:00
|
|
|
nscd_read_pid(dhcpc_t)
|
2005-05-04 17:01:46 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-27 16:30:55 +00:00
|
|
|
# dhclient sometimes starts ntpd
|
2006-02-06 15:40:41 +00:00
|
|
|
init_exec_script_files(dhcpc_t)
|
2005-09-05 16:47:19 +00:00
|
|
|
ntp_domtrans(dhcpc_t)
|
2005-06-27 16:30:55 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-11-08 22:00:30 +00:00
|
|
|
pcmcia_stub(dhcpc_t)
|
|
|
|
dev_rw_cardmgr(dhcpc_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-29 14:26:41 +00:00
|
|
|
seutil_sigchld_newrole(dhcpc_t)
|
2005-07-11 19:02:50 +00:00
|
|
|
seutil_dontaudit_search_config(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-13 17:35:46 +00:00
|
|
|
udev_read_db(dhcpc_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-02-20 21:33:25 +00:00
|
|
|
userdom_use_all_users_fds(dhcpc_t)
|
2005-05-19 21:06:06 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-05-19 14:02:24 +00:00
|
|
|
kernel_read_xen_state(dhcpc_t)
|
|
|
|
kernel_write_xen_state(dhcpc_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
xen_append_log(dhcpc_t)
|
2006-04-26 15:22:33 +00:00
|
|
|
xen_dontaudit_rw_unix_stream_sockets(dhcpc_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
')
|
|
|
|
|
2005-05-04 13:14:48 +00:00
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Ifconfig local policy
|
|
|
|
#
|
|
|
|
|
2005-10-21 21:35:25 +00:00
|
|
|
allow ifconfig_t self:capability { net_raw net_admin sys_tty_config };
|
2005-05-04 13:14:48 +00:00
|
|
|
dontaudit ifconfig_t self:capability sys_module;
|
2009-08-05 14:23:50 +00:00
|
|
|
allow ifconfig_t self:process ~{ ptrace setcurrent setexec setfscreate setrlimit execmem execheap execstack };
|
2005-05-04 13:14:48 +00:00
|
|
|
allow ifconfig_t self:fd use;
|
2006-12-12 20:08:08 +00:00
|
|
|
allow ifconfig_t self:fifo_file rw_fifo_file_perms;
|
|
|
|
allow ifconfig_t self:sock_file read_sock_file_perms;
|
2005-10-26 21:03:19 +00:00
|
|
|
allow ifconfig_t self:socket create_socket_perms;
|
2005-06-08 21:07:03 +00:00
|
|
|
allow ifconfig_t self:unix_dgram_socket create_socket_perms;
|
|
|
|
allow ifconfig_t self:unix_stream_socket create_stream_socket_perms;
|
2005-05-04 13:14:48 +00:00
|
|
|
allow ifconfig_t self:unix_dgram_socket sendto;
|
|
|
|
allow ifconfig_t self:unix_stream_socket connectto;
|
2005-06-08 21:07:03 +00:00
|
|
|
allow ifconfig_t self:shm create_shm_perms;
|
|
|
|
allow ifconfig_t self:sem create_sem_perms;
|
|
|
|
allow ifconfig_t self:msgq create_msgq_perms;
|
2005-05-04 13:14:48 +00:00
|
|
|
allow ifconfig_t self:msg { send receive };
|
|
|
|
# Create UDP sockets, necessary when called from dhcpc
|
2005-06-08 21:07:03 +00:00
|
|
|
allow ifconfig_t self:udp_socket create_socket_perms;
|
2005-05-04 13:14:48 +00:00
|
|
|
# for /sbin/ip
|
2005-09-12 21:40:56 +00:00
|
|
|
allow ifconfig_t self:packet_socket create_socket_perms;
|
2005-06-08 21:07:03 +00:00
|
|
|
allow ifconfig_t self:netlink_route_socket create_netlink_socket_perms;
|
2006-07-28 15:13:58 +00:00
|
|
|
allow ifconfig_t self:netlink_xfrm_socket { create_netlink_socket_perms nlmsg_read };
|
2005-05-04 13:14:48 +00:00
|
|
|
allow ifconfig_t self:tcp_socket { create ioctl };
|
|
|
|
|
2006-03-02 23:41:11 +00:00
|
|
|
kernel_use_fds(ifconfig_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
kernel_read_system_state(ifconfig_t)
|
|
|
|
kernel_read_network_state(ifconfig_t)
|
2005-10-13 20:59:36 +00:00
|
|
|
kernel_search_network_sysctl(ifconfig_t)
|
2006-05-03 19:58:01 +00:00
|
|
|
kernel_rw_net_sysctls(ifconfig_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2006-02-16 21:33:18 +00:00
|
|
|
corenet_rw_tun_tap_dev(ifconfig_t)
|
2005-06-29 20:53:53 +00:00
|
|
|
|
2005-09-12 21:40:56 +00:00
|
|
|
dev_read_sysfs(ifconfig_t)
|
2006-05-17 14:50:31 +00:00
|
|
|
# for IPSEC setup:
|
|
|
|
dev_read_urand(ifconfig_t)
|
2005-09-12 21:40:56 +00:00
|
|
|
|
2009-08-05 14:23:50 +00:00
|
|
|
domain_use_interactive_fds(ifconfig_t)
|
|
|
|
|
|
|
|
files_read_etc_files(ifconfig_t)
|
|
|
|
|
2005-06-10 01:01:13 +00:00
|
|
|
fs_getattr_xattr_fs(ifconfig_t)
|
2005-06-27 16:30:55 +00:00
|
|
|
fs_search_auto_mountpoints(ifconfig_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2010-02-11 19:20:10 +00:00
|
|
|
term_dontaudit_use_all_ttys(ifconfig_t)
|
|
|
|
term_dontaudit_use_all_ptys(ifconfig_t)
|
2005-05-04 17:01:46 +00:00
|
|
|
|
2006-01-31 19:21:01 +00:00
|
|
|
files_dontaudit_read_root_files(ifconfig_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2006-03-02 23:41:11 +00:00
|
|
|
init_use_fds(ifconfig_t)
|
2006-02-02 21:08:12 +00:00
|
|
|
init_use_script_ptys(ifconfig_t)
|
2005-05-18 16:03:54 +00:00
|
|
|
|
2006-02-02 21:08:12 +00:00
|
|
|
libs_read_lib_files(ifconfig_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
2005-06-13 17:35:46 +00:00
|
|
|
logging_send_syslog_msg(ifconfig_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
|
|
|
|
miscfiles_read_localization(ifconfig_t)
|
|
|
|
|
2005-10-26 16:00:13 +00:00
|
|
|
modutils_domtrans_insmod(ifconfig_t)
|
|
|
|
|
2006-02-20 21:33:25 +00:00
|
|
|
seutil_use_runinit_fds(ifconfig_t)
|
2005-05-18 16:03:54 +00:00
|
|
|
|
2008-11-05 16:10:46 +00:00
|
|
|
userdom_use_user_terminals(ifconfig_t)
|
2006-02-20 21:33:25 +00:00
|
|
|
userdom_use_all_users_fds(ifconfig_t)
|
2005-05-19 21:06:06 +00:00
|
|
|
|
2008-02-05 18:24:43 +00:00
|
|
|
ifdef(`distro_ubuntu',`
|
|
|
|
optional_policy(`
|
|
|
|
unconfined_domain(ifconfig_t)
|
|
|
|
')
|
|
|
|
')
|
2008-10-17 15:52:39 +00:00
|
|
|
|
2005-07-11 19:02:50 +00:00
|
|
|
ifdef(`hide_broken_symptoms',`
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-07-15 15:17:57 +00:00
|
|
|
dev_dontaudit_rw_cardmgr(ifconfig_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-02-02 21:08:12 +00:00
|
|
|
udev_dontaudit_rw_dgram_sockets(ifconfig_t)
|
2005-07-15 15:17:57 +00:00
|
|
|
')
|
2005-07-11 19:02:50 +00:00
|
|
|
')
|
|
|
|
|
2008-08-11 14:03:36 +00:00
|
|
|
optional_policy(`
|
|
|
|
ipsec_write_pid(ifconfig_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-11-07 20:09:28 +00:00
|
|
|
netutils_domtrans(dhcpc_t)
|
2005-10-14 20:00:07 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-06-27 16:30:55 +00:00
|
|
|
nis_use_ypbind(ifconfig_t)
|
2005-05-04 13:14:48 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-03-02 23:41:11 +00:00
|
|
|
ppp_use_fds(ifconfig_t)
|
2005-11-07 20:09:28 +00:00
|
|
|
')
|
2006-03-23 19:19:38 +00:00
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2006-05-19 14:02:24 +00:00
|
|
|
kernel_read_xen_state(ifconfig_t)
|
|
|
|
kernel_write_xen_state(ifconfig_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
xen_append_log(ifconfig_t)
|
2006-04-26 15:22:33 +00:00
|
|
|
xen_dontaudit_rw_unix_stream_sockets(ifconfig_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
')
|