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

200 lines
4.7 KiB
Plaintext
Raw Normal View History

2010-05-24 19:32:01 +00:00
policy_module(hotplug, 1.13.0)
2005-05-02 19:24:29 +00:00
########################################
#
# Declarations
#
type hotplug_t;
type hotplug_exec_t;
2009-06-26 14:40:13 +00:00
kernel_domtrans_to(hotplug_t, hotplug_exec_t)
init_daemon_domain(hotplug_t, hotplug_exec_t)
2005-05-02 19:24:29 +00:00
2005-10-24 18:40:24 +00:00
type hotplug_etc_t;
files_config_file(hotplug_etc_t)
2009-06-26 14:40:13 +00:00
init_daemon_domain(hotplug_t, hotplug_etc_t)
2005-05-02 19:24:29 +00:00
type hotplug_var_run_t;
2005-06-13 17:35:46 +00:00
files_pid_file(hotplug_var_run_t)
2005-05-02 19:24:29 +00:00
########################################
#
# Local policy
#
2005-09-15 21:03:29 +00:00
allow hotplug_t self:capability { net_admin sys_tty_config mknod sys_rawio };
2005-05-02 19:24:29 +00:00
dontaudit hotplug_t self:capability { sys_module sys_admin sys_tty_config };
# for access("/etc/bashrc", X_OK) on Red Hat
dontaudit hotplug_t self:capability { dac_override dac_read_search };
allow hotplug_t self:process { setpgid getsession getattr signal_perms };
2005-06-10 01:01:13 +00:00
allow hotplug_t self:fifo_file rw_file_perms;
2005-09-15 21:03:29 +00:00
allow hotplug_t self:netlink_route_socket r_netlink_socket_perms;
2005-06-09 14:50:48 +00:00
allow hotplug_t self:udp_socket create_socket_perms;
allow hotplug_t self:tcp_socket connected_stream_socket_perms;
2005-05-02 19:24:29 +00:00
2009-06-26 14:40:13 +00:00
read_files_pattern(hotplug_t, hotplug_etc_t, hotplug_etc_t)
read_lnk_files_pattern(hotplug_t, hotplug_etc_t, hotplug_etc_t)
can_exec(hotplug_t, hotplug_etc_t)
2006-12-12 20:08:08 +00:00
allow hotplug_t hotplug_etc_t:dir list_dir_perms;
2005-05-02 19:24:29 +00:00
2009-06-26 14:40:13 +00:00
can_exec(hotplug_t, hotplug_exec_t)
2005-05-02 19:24:29 +00:00
2009-06-26 14:40:13 +00:00
manage_files_pattern(hotplug_t, hotplug_var_run_t, hotplug_var_run_t)
files_pid_filetrans(hotplug_t, hotplug_var_run_t, file)
2005-05-02 19:24:29 +00:00
kernel_sigchld(hotplug_t)
2005-09-15 21:03:29 +00:00
kernel_setpgid(hotplug_t)
2005-05-02 19:24:29 +00:00
kernel_read_system_state(hotplug_t)
kernel_read_kernel_sysctls(hotplug_t)
kernel_read_net_sysctls(hotplug_t)
2005-05-02 19:24:29 +00:00
files_read_kernel_modules(hotplug_t)
2005-05-02 19:24:29 +00:00
corenet_all_recvfrom_unlabeled(hotplug_t)
corenet_all_recvfrom_netlabel(hotplug_t)
corenet_tcp_sendrecv_generic_if(hotplug_t)
corenet_udp_sendrecv_generic_if(hotplug_t)
corenet_tcp_sendrecv_generic_node(hotplug_t)
corenet_udp_sendrecv_generic_node(hotplug_t)
2005-06-10 01:01:13 +00:00
corenet_tcp_sendrecv_all_ports(hotplug_t)
2005-09-22 15:32:53 +00:00
corenet_udp_sendrecv_all_ports(hotplug_t)
2005-05-24 15:55:57 +00:00
2005-09-15 21:03:29 +00:00
dev_rw_sysfs(hotplug_t)
dev_read_usbfs(hotplug_t)
dev_setattr_printer_dev(hotplug_t)
dev_setattr_sound_dev(hotplug_t)
# for SSP:
2005-06-13 16:22:32 +00:00
dev_read_urand(hotplug_t)
2005-05-02 19:24:29 +00:00
2005-06-10 01:01:13 +00:00
fs_getattr_all_fs(hotplug_t)
2005-06-27 16:30:55 +00:00
fs_search_auto_mountpoints(hotplug_t)
2005-05-02 19:24:29 +00:00
2006-02-02 21:08:12 +00:00
storage_setattr_fixed_disk_dev(hotplug_t)
storage_setattr_removable_dev(hotplug_t)
2005-05-02 19:24:29 +00:00
2005-06-13 17:35:46 +00:00
corecmd_exec_bin(hotplug_t)
corecmd_exec_shell(hotplug_t)
2005-05-02 19:24:29 +00:00
2006-02-20 21:33:25 +00:00
domain_use_interactive_fds(hotplug_t)
2005-09-20 20:48:17 +00:00
# for ps
domain_dontaudit_read_all_domains_state(hotplug_t)
2005-11-29 15:49:18 +00:00
domain_dontaudit_getattr_all_domains(hotplug_t)
2005-05-02 19:24:29 +00:00
files_read_etc_files(hotplug_t)
2005-06-13 17:35:46 +00:00
files_manage_etc_runtime_files(hotplug_t)
2009-06-26 14:40:13 +00:00
files_etc_filetrans_etc_runtime(hotplug_t, file)
files_exec_etc_files(hotplug_t)
# for when filesystems are not mounted early in the boot:
files_dontaudit_search_isid_type_dirs(hotplug_t)
2005-05-02 19:24:29 +00:00
2006-02-02 21:08:12 +00:00
init_read_script_state(hotplug_t)
# Allow hotplug (including /sbin/ifup-local) to start/stop services and
# run sendmail -q
2005-06-13 17:35:46 +00:00
init_domtrans_script(hotplug_t)
# kernel threads inherit from shared descriptor table used by init
2006-02-02 21:08:12 +00:00
init_dontaudit_rw_initctl(hotplug_t)
2005-05-02 19:24:29 +00:00
2005-06-13 17:35:46 +00:00
logging_send_syslog_msg(hotplug_t)
logging_search_logs(hotplug_t)
2005-05-02 19:24:29 +00:00
2005-05-11 15:46:51 +00:00
# Read /usr/lib/gconv/.*
2006-02-02 21:08:12 +00:00
libs_read_lib_files(hotplug_t)
2005-05-02 19:24:29 +00:00
miscfiles_read_hwdata(hotplug_t)
2005-05-02 19:24:29 +00:00
miscfiles_read_localization(hotplug_t)
2005-10-31 22:44:03 +00:00
modutils_domtrans_insmod(hotplug_t)
2006-02-02 21:08:12 +00:00
modutils_read_module_deps(hotplug_t)
2005-10-31 22:44:03 +00:00
2005-09-15 21:03:29 +00:00
seutil_dontaudit_search_config(hotplug_t)
2005-06-13 17:35:46 +00:00
sysnet_read_config(hotplug_t)
2005-05-24 15:55:57 +00:00
2006-02-20 21:33:25 +00:00
userdom_dontaudit_use_unpriv_user_fds(hotplug_t)
2008-11-05 16:10:46 +00:00
userdom_dontaudit_search_user_home_dirs(hotplug_t)
ifdef(`distro_redhat', `
optional_policy(`
# for arping used for static IP addresses on PCMCIA ethernet
2005-06-13 17:35:46 +00:00
netutils_domtrans(hotplug_t)
netutils_signal(hotplug_t)
fs_rw_tmpfs_chr_files(hotplug_t)
')
files_getattr_generic_locks(hotplug_t)
')
2005-05-24 15:55:57 +00:00
optional_policy(`
brctl_domtrans(hotplug_t)
')
2007-04-27 15:08:15 +00:00
optional_policy(`
consoletype_exec(hotplug_t)
2005-05-02 19:24:29 +00:00
')
optional_policy(`
2008-11-05 16:10:46 +00:00
dbus_system_bus_client(hotplug_t)
2005-08-31 20:58:12 +00:00
')
optional_policy(`
2005-06-27 20:59:28 +00:00
fstools_domtrans(hotplug_t)
')
optional_policy(`
hal_dgram_send(hotplug_t)
2005-11-08 22:00:30 +00:00
')
optional_policy(`
2005-06-13 17:35:46 +00:00
hostname_exec(hotplug_t)
2005-05-09 21:07:53 +00:00
')
optional_policy(`
2005-06-13 17:35:46 +00:00
iptables_domtrans(hotplug_t)
2005-05-02 19:24:29 +00:00
')
optional_policy(`
mount_domtrans(hotplug_t)
')
optional_policy(`
mta_send_mail(hotplug_t)
')
optional_policy(`
2005-06-27 16:30:55 +00:00
nis_use_ypbind(hotplug_t)
')
optional_policy(`
2006-02-02 21:08:12 +00:00
nscd_socket_use(hotplug_t)
')
optional_policy(`
seutil_sigchld_newrole(hotplug_t)
2005-05-02 19:24:29 +00:00
')
optional_policy(`
2005-06-29 20:53:53 +00:00
sysnet_domtrans_dhcpc(hotplug_t)
sysnet_signal_dhcpc(hotplug_t)
sysnet_kill_dhcpc(hotplug_t)
sysnet_signull_dhcpc(hotplug_t)
sysnet_sigstop_dhcpc(hotplug_t)
sysnet_sigchld_dhcpc(hotplug_t)
sysnet_read_dhcpc_pid(hotplug_t)
sysnet_rw_dhcp_config(hotplug_t)
2005-06-13 17:35:46 +00:00
sysnet_domtrans_ifconfig(hotplug_t)
2008-03-27 15:20:16 +00:00
sysnet_signal_ifconfig(hotplug_t)
2005-05-09 21:07:53 +00:00
')
optional_policy(`
2005-06-13 17:35:46 +00:00
udev_domtrans(hotplug_t)
udev_helper_domtrans(hotplug_t)
2005-06-13 17:35:46 +00:00
udev_read_db(hotplug_t)
2005-05-02 19:24:29 +00:00
')
optional_policy(`
2005-08-08 15:51:15 +00:00
updfstab_domtrans(hotplug_t)
2005-05-02 19:24:29 +00:00
')
2006-01-11 18:28:57 +00:00
optional_policy(`
2006-01-11 18:28:57 +00:00
usbmodules_domtrans(hotplug_t)
')