2005-10-07 21:45:04 +00:00
|
|
|
|
2008-07-02 14:07:57 +00:00
|
|
|
policy_module(bluetooth, 2.2.0)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
type bluetooth_t;
|
|
|
|
type bluetooth_exec_t;
|
2008-07-23 21:38:39 +00:00
|
|
|
init_daemon_domain(bluetooth_t, bluetooth_exec_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
|
|
|
type bluetooth_conf_t;
|
|
|
|
files_type(bluetooth_conf_t)
|
|
|
|
|
2005-10-14 17:55:40 +00:00
|
|
|
type bluetooth_conf_rw_t;
|
|
|
|
files_type(bluetooth_conf_rw_t)
|
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
attribute bluetooth_helper_domain;
|
2005-10-14 17:55:40 +00:00
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
type bluetooth_helper_exec_t;
|
|
|
|
application_executable_file(bluetooth_helper_exec_t)
|
2005-10-24 03:21:26 +00:00
|
|
|
|
2005-10-07 21:45:04 +00:00
|
|
|
type bluetooth_lock_t;
|
|
|
|
files_lock_file(bluetooth_lock_t)
|
|
|
|
|
|
|
|
type bluetooth_tmp_t;
|
|
|
|
files_tmp_file(bluetooth_tmp_t)
|
|
|
|
|
2005-10-14 17:55:40 +00:00
|
|
|
type bluetooth_var_lib_t;
|
|
|
|
files_type(bluetooth_var_lib_t)
|
|
|
|
|
2005-10-07 21:45:04 +00:00
|
|
|
type bluetooth_var_run_t;
|
|
|
|
files_pid_file(bluetooth_var_run_t)
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
2005-10-14 17:55:40 +00:00
|
|
|
# Bluetooth services local policy
|
2005-10-07 21:45:04 +00:00
|
|
|
#
|
2005-10-14 17:55:40 +00:00
|
|
|
|
2007-02-26 17:23:52 +00:00
|
|
|
allow bluetooth_t self:capability { net_bind_service net_admin net_raw sys_tty_config ipc_lock };
|
2005-10-07 21:45:04 +00:00
|
|
|
dontaudit bluetooth_t self:capability sys_tty_config;
|
2005-10-14 17:55:40 +00:00
|
|
|
allow bluetooth_t self:process { getsched signal_perms };
|
2006-12-12 20:08:08 +00:00
|
|
|
allow bluetooth_t self:fifo_file rw_fifo_file_perms;
|
2005-10-14 17:55:40 +00:00
|
|
|
allow bluetooth_t self:shm create_shm_perms;
|
2005-10-07 21:45:04 +00:00
|
|
|
allow bluetooth_t self:socket create_stream_socket_perms;
|
|
|
|
allow bluetooth_t self:unix_dgram_socket create_socket_perms;
|
|
|
|
allow bluetooth_t self:unix_stream_socket create_stream_socket_perms;
|
2006-06-02 15:06:45 +00:00
|
|
|
allow bluetooth_t self:tcp_socket create_stream_socket_perms;
|
2005-10-07 21:45:04 +00:00
|
|
|
allow bluetooth_t self:udp_socket create_socket_perms;
|
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
read_files_pattern(bluetooth_t, bluetooth_conf_t, bluetooth_conf_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_dirs_pattern(bluetooth_t, bluetooth_conf_t, bluetooth_conf_rw_t)
|
|
|
|
manage_files_pattern(bluetooth_t, bluetooth_conf_t, bluetooth_conf_rw_t)
|
|
|
|
manage_lnk_files_pattern(bluetooth_t, bluetooth_conf_t, bluetooth_conf_rw_t)
|
|
|
|
manage_fifo_files_pattern(bluetooth_t, bluetooth_conf_t, bluetooth_conf_rw_t)
|
|
|
|
manage_sock_files_pattern(bluetooth_t, bluetooth_conf_t, bluetooth_conf_rw_t)
|
|
|
|
filetrans_pattern(bluetooth_t, bluetooth_conf_t, bluetooth_conf_rw_t, { dir file lnk_file sock_file fifo_file })
|
2005-10-14 17:55:40 +00:00
|
|
|
|
2007-10-02 16:04:50 +00:00
|
|
|
can_exec(bluetooth_t, bluetooth_helper_exec_t)
|
2005-10-24 18:40:24 +00:00
|
|
|
|
2006-10-31 21:01:48 +00:00
|
|
|
allow bluetooth_t bluetooth_lock_t:file manage_file_perms;
|
2006-03-02 23:41:11 +00:00
|
|
|
files_lock_filetrans(bluetooth_t,bluetooth_lock_t,file)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_dirs_pattern(bluetooth_t, bluetooth_tmp_t, bluetooth_tmp_t)
|
|
|
|
manage_files_pattern(bluetooth_t, bluetooth_tmp_t, bluetooth_tmp_t)
|
2006-02-21 18:40:44 +00:00
|
|
|
files_tmp_filetrans(bluetooth_t, bluetooth_tmp_t, { file dir })
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_dirs_pattern(bluetooth_t, bluetooth_var_lib_t, bluetooth_var_lib_t)
|
|
|
|
manage_files_pattern(bluetooth_t, bluetooth_var_lib_t, bluetooth_var_lib_t)
|
|
|
|
files_var_lib_filetrans(bluetooth_t, bluetooth_var_lib_t, { dir file } )
|
2005-10-14 17:55:40 +00:00
|
|
|
|
2008-07-23 21:38:39 +00:00
|
|
|
manage_files_pattern(bluetooth_t, bluetooth_var_run_t, bluetooth_var_run_t)
|
|
|
|
manage_sock_files_pattern(bluetooth_t, bluetooth_var_run_t, bluetooth_var_run_t)
|
2006-02-21 18:40:44 +00:00
|
|
|
files_pid_filetrans(bluetooth_t, bluetooth_var_run_t, { file sock_file })
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2006-01-31 16:49:43 +00:00
|
|
|
kernel_read_kernel_sysctls(bluetooth_t)
|
2005-10-14 17:55:40 +00:00
|
|
|
kernel_read_system_state(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2007-06-27 15:23:21 +00:00
|
|
|
corenet_all_recvfrom_unlabeled(bluetooth_t)
|
|
|
|
corenet_all_recvfrom_netlabel(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
corenet_tcp_sendrecv_all_if(bluetooth_t)
|
|
|
|
corenet_udp_sendrecv_all_if(bluetooth_t)
|
|
|
|
corenet_raw_sendrecv_all_if(bluetooth_t)
|
|
|
|
corenet_tcp_sendrecv_all_nodes(bluetooth_t)
|
|
|
|
corenet_udp_sendrecv_all_nodes(bluetooth_t)
|
|
|
|
corenet_raw_sendrecv_all_nodes(bluetooth_t)
|
|
|
|
corenet_tcp_sendrecv_all_ports(bluetooth_t)
|
|
|
|
corenet_udp_sendrecv_all_ports(bluetooth_t)
|
|
|
|
|
|
|
|
dev_read_sysfs(bluetooth_t)
|
|
|
|
dev_rw_usbfs(bluetooth_t)
|
2006-02-16 19:32:13 +00:00
|
|
|
dev_rw_generic_usb_dev(bluetooth_t)
|
2005-10-14 17:55:40 +00:00
|
|
|
dev_read_urand(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
|
|
|
fs_getattr_all_fs(bluetooth_t)
|
|
|
|
fs_search_auto_mountpoints(bluetooth_t)
|
2007-04-30 14:33:12 +00:00
|
|
|
fs_list_inotifyfs(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2005-10-14 17:55:40 +00:00
|
|
|
#Handle bluetooth serial devices
|
2006-02-02 21:08:12 +00:00
|
|
|
term_use_unallocated_ttys(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
|
|
|
corecmd_exec_bin(bluetooth_t)
|
2005-10-14 17:55:40 +00:00
|
|
|
corecmd_exec_shell(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2006-02-20 21:33:25 +00:00
|
|
|
domain_use_interactive_fds(bluetooth_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
domain_dontaudit_search_all_domains_state(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2005-10-14 17:55:40 +00:00
|
|
|
files_read_etc_files(bluetooth_t)
|
|
|
|
files_read_etc_runtime_files(bluetooth_t)
|
|
|
|
files_read_usr_files(bluetooth_t)
|
|
|
|
|
2005-10-07 21:45:04 +00:00
|
|
|
libs_use_ld_so(bluetooth_t)
|
|
|
|
libs_use_shared_libs(bluetooth_t)
|
|
|
|
|
|
|
|
logging_send_syslog_msg(bluetooth_t)
|
|
|
|
|
|
|
|
miscfiles_read_localization(bluetooth_t)
|
2005-10-14 17:55:40 +00:00
|
|
|
miscfiles_read_fonts(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
|
|
|
sysnet_read_config(bluetooth_t)
|
|
|
|
|
2006-02-20 21:33:25 +00:00
|
|
|
userdom_dontaudit_use_unpriv_user_fds(bluetooth_t)
|
2008-04-29 13:58:34 +00:00
|
|
|
|
|
|
|
sysadm_dontaudit_use_ptys(bluetooth_t)
|
|
|
|
sysadm_dontaudit_search_home_dirs(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2008-07-23 21:38:39 +00:00
|
|
|
dbus_system_bus_client_template(bluetooth, bluetooth_t)
|
2006-03-23 19:19:38 +00:00
|
|
|
dbus_connect_system_bus(bluetooth_t)
|
2005-10-07 21:45:04 +00:00
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-10-07 21:45:04 +00:00
|
|
|
nis_use_ypbind(bluetooth_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-10-07 21:45:04 +00:00
|
|
|
seutil_sigchld_newrole(bluetooth_t)
|
|
|
|
')
|
|
|
|
|
2006-03-24 16:13:54 +00:00
|
|
|
optional_policy(`
|
2005-10-07 21:45:04 +00:00
|
|
|
udev_read_db(bluetooth_t)
|
|
|
|
')
|
|
|
|
|
2006-09-22 17:14:35 +00:00
|
|
|
optional_policy(`
|
|
|
|
ppp_domtrans(bluetooth_t)
|
|
|
|
')
|