|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
8cfa5a |
policy_module(bluetooth,1.2.4)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
########################################
|
|
Chris PeBenito |
d4dca5 |
#
|
|
Chris PeBenito |
d4dca5 |
# Declarations
|
|
Chris PeBenito |
d4dca5 |
#
|
|
Chris PeBenito |
d4dca5 |
type bluetooth_t;
|
|
Chris PeBenito |
d4dca5 |
type bluetooth_exec_t;
|
|
Chris PeBenito |
d4dca5 |
init_daemon_domain(bluetooth_t,bluetooth_exec_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
type bluetooth_conf_t;
|
|
Chris PeBenito |
d4dca5 |
files_type(bluetooth_conf_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d8636f |
type bluetooth_conf_rw_t;
|
|
Chris PeBenito |
d8636f |
files_type(bluetooth_conf_rw_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d8636f |
type bluetooth_helper_t;
|
|
Chris PeBenito |
d8636f |
type bluetooth_helper_exec_t;
|
|
Chris PeBenito |
d8636f |
domain_type(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
domain_entry_file(bluetooth_helper_t,bluetooth_helper_exec_t)
|
|
Chris PeBenito |
d8636f |
role system_r types bluetooth_helper_t;
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
19b555 |
type bluetooth_helper_tmp_t;
|
|
Chris PeBenito |
19b555 |
files_tmp_file(bluetooth_helper_tmp_t)
|
|
Chris PeBenito |
19b555 |
|
|
Chris PeBenito |
d4dca5 |
type bluetooth_lock_t;
|
|
Chris PeBenito |
d4dca5 |
files_lock_file(bluetooth_lock_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
type bluetooth_tmp_t;
|
|
Chris PeBenito |
d4dca5 |
files_tmp_file(bluetooth_tmp_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d8636f |
type bluetooth_var_lib_t;
|
|
Chris PeBenito |
d8636f |
files_type(bluetooth_var_lib_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d4dca5 |
type bluetooth_var_run_t;
|
|
Chris PeBenito |
d4dca5 |
files_pid_file(bluetooth_var_run_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
########################################
|
|
Chris PeBenito |
d4dca5 |
#
|
|
Chris PeBenito |
d8636f |
# Bluetooth services local policy
|
|
Chris PeBenito |
d4dca5 |
#
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
8cfa5a |
allow bluetooth_t self:capability { net_admin net_raw sys_tty_config ipc_lock };
|
|
Chris PeBenito |
d4dca5 |
dontaudit bluetooth_t self:capability sys_tty_config;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t self:process { getsched signal_perms };
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t self:fifo_file rw_file_perms;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t self:shm create_shm_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t self:socket create_stream_socket_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t self:unix_dgram_socket create_socket_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t self:unix_stream_socket create_stream_socket_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t self:tcp_socket { create_stream_socket_perms connect };
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t self:udp_socket create_socket_perms;
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_conf_t:dir rw_dir_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t bluetooth_conf_t:file { getattr read ioctl };
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_conf_rw_t:dir create_dir_perms;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_conf_rw_t:file create_file_perms;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_conf_rw_t:lnk_file create_lnk_perms;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_conf_rw_t:sock_file create_file_perms;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_conf_rw_t:fifo_file create_file_perms;
|
|
Chris PeBenito |
33acca |
type_transition bluetooth_t bluetooth_conf_t:{ dir file lnk_file sock_file fifo_file } bluetooth_conf_rw_t;
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
9bbc75 |
domain_auto_trans(bluetooth_t, bluetooth_helper_exec_t, bluetooth_helper_t)
|
|
Chris PeBenito |
9bbc75 |
allow bluetooth_t bluetooth_helper_t:fd use;
|
|
Chris PeBenito |
9bbc75 |
allow bluetooth_helper_t bluetooth_t:fd use;
|
|
Chris PeBenito |
9bbc75 |
allow bluetooth_helper_t bluetooth_t:fifo_file rw_file_perms;
|
|
Chris PeBenito |
9bbc75 |
allow bluetooth_helper_t bluetooth_t:process sigchld;
|
|
Chris PeBenito |
9bbc75 |
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t bluetooth_lock_t:file create_file_perms;
|
|
Chris PeBenito |
1c1ac6 |
files_lock_filetrans(bluetooth_t,bluetooth_lock_t,file)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t bluetooth_tmp_t:dir create_dir_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t bluetooth_tmp_t:file create_file_perms;
|
|
Chris PeBenito |
103fe2 |
files_tmp_filetrans(bluetooth_t, bluetooth_tmp_t, { file dir })
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_var_lib_t:file create_file_perms;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_t bluetooth_var_lib_t:dir create_dir_perms;
|
|
Chris PeBenito |
1c1ac6 |
files_var_lib_filetrans(bluetooth_t,bluetooth_var_lib_t,file)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t bluetooth_var_run_t:dir rw_dir_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t bluetooth_var_run_t:file create_file_perms;
|
|
Chris PeBenito |
d4dca5 |
allow bluetooth_t bluetooth_var_run_t:sock_file create_file_perms;
|
|
Chris PeBenito |
103fe2 |
files_pid_filetrans(bluetooth_t, bluetooth_var_run_t, { file sock_file })
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
445522 |
kernel_read_kernel_sysctls(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
kernel_read_system_state(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
corenet_tcp_sendrecv_all_if(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
corenet_udp_sendrecv_all_if(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
corenet_raw_sendrecv_all_if(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
corenet_tcp_sendrecv_all_nodes(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
corenet_udp_sendrecv_all_nodes(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
corenet_raw_sendrecv_all_nodes(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
corenet_tcp_sendrecv_all_ports(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
corenet_udp_sendrecv_all_ports(bluetooth_t)
|
|
Chris PeBenito |
bd7037 |
corenet_non_ipsec_sendrecv(bluetooth_t)
|
|
Chris PeBenito |
bd7037 |
corenet_tcp_bind_all_nodes(bluetooth_t)
|
|
Chris PeBenito |
bd7037 |
corenet_udp_bind_all_nodes(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
dev_read_sysfs(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
dev_rw_usbfs(bluetooth_t)
|
|
Chris PeBenito |
8cf671 |
dev_rw_generic_usb_dev(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
dev_read_urand(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
fs_getattr_all_fs(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
fs_search_auto_mountpoints(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
term_dontaudit_use_console(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
#Handle bluetooth serial devices
|
|
Chris PeBenito |
1815ba |
term_use_unallocated_ttys(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
corecmd_exec_bin(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
corecmd_exec_shell(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
15722e |
domain_use_interactive_fds(bluetooth_t)
|
|
Chris PeBenito |
a3cf80 |
domain_dontaudit_search_all_domains_state(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d8636f |
files_read_etc_files(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
files_read_etc_runtime_files(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
files_read_usr_files(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
1c1ac6 |
init_use_fds(bluetooth_t)
|
|
Chris PeBenito |
1815ba |
init_use_script_ptys(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
libs_use_ld_so(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
libs_use_shared_libs(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
logging_send_syslog_msg(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
miscfiles_read_localization(bluetooth_t)
|
|
Chris PeBenito |
d8636f |
miscfiles_read_fonts(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
sysnet_read_config(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
15722e |
userdom_dontaudit_use_unpriv_user_fds(bluetooth_t)
|
|
Chris PeBenito |
1815ba |
userdom_dontaudit_use_sysadm_ptys(bluetooth_t)
|
|
Chris PeBenito |
103fe2 |
userdom_dontaudit_search_sysadm_home_dirs(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d4dca5 |
ifdef(`targeted_policy',`
|
|
Chris PeBenito |
1815ba |
term_dontaudit_use_unallocated_ttys(bluetooth_t)
|
|
Chris PeBenito |
1815ba |
term_dontaudit_use_generic_ptys(bluetooth_t)
|
|
Chris PeBenito |
9e04f5 |
files_dontaudit_read_root_files(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
')
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
d4dca5 |
dbus_system_bus_client_template(bluetooth,bluetooth_t)
|
|
Chris PeBenito |
a3cf80 |
dbus_connect_system_bus(bluetooth_t)
|
|
Chris PeBenito |
1815ba |
dbus_send_system_bus(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
')
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
d4dca5 |
nis_use_ypbind(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
')
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
d4dca5 |
seutil_sigchld_newrole(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
')
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
d4dca5 |
udev_read_db(bluetooth_t)
|
|
Chris PeBenito |
d4dca5 |
')
|
|
Chris PeBenito |
d4dca5 |
|
|
Chris PeBenito |
d8636f |
########################################
|
|
Chris PeBenito |
d8636f |
#
|
|
Chris PeBenito |
d8636f |
# Bluetooth helper local policy
|
|
Chris PeBenito |
d8636f |
#
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d8636f |
allow bluetooth_helper_t self:capability sys_nice;
|
|
Chris PeBenito |
da4fc9 |
allow bluetooth_helper_t self:process getsched;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_helper_t self:fifo_file rw_file_perms;
|
|
Chris PeBenito |
d8636f |
allow bluetooth_helper_t self:shm create_shm_perms;
|
|
Chris PeBenito |
da4fc9 |
allow bluetooth_helper_t self:unix_stream_socket { create_stream_socket_perms connectto };
|
|
Chris PeBenito |
a3cf80 |
allow bluetooth_helper_t self:tcp_socket create_socket_perms;
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d8636f |
allow bluetooth_helper_t bluetooth_t:socket { read write };
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
8cfa5a |
allow bluetooth_helper_t bluetooth_helper_tmp_t:dir manage_dir_perms;
|
|
Chris PeBenito |
8cfa5a |
allow bluetooth_helper_t bluetooth_helper_tmp_t:file manage_file_perms;
|
|
Chris PeBenito |
8cfa5a |
allow bluetooth_helper_t bluetooth_helper_tmp_t:sock_file manage_file_perms;
|
|
Chris PeBenito |
8cfa5a |
files_tmp_filetrans(bluetooth_helper_t, bluetooth_helper_tmp_t, { file dir sock_file })
|
|
Chris PeBenito |
19b555 |
|
|
Chris PeBenito |
d8636f |
kernel_read_system_state(bluetooth_helper_t)
|
|
Chris PeBenito |
445522 |
kernel_read_kernel_sysctls(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
19b555 |
dev_read_urand(bluetooth_helper_t)
|
|
Chris PeBenito |
19b555 |
|
|
Chris PeBenito |
d8636f |
term_dontaudit_use_all_user_ttys(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d8636f |
corecmd_exec_bin(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
corecmd_exec_shell(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d8636f |
domain_read_all_domains_state(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d8636f |
files_read_etc_files(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
files_read_etc_runtime_files(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
files_read_usr_files(bluetooth_helper_t)
|
|
Chris PeBenito |
41b25f |
files_search_tmp(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
files_dontaudit_list_default(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
d8636f |
libs_use_ld_so(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
libs_use_shared_libs(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
9bbc75 |
logging_send_syslog_msg(bluetooth_helper_t)
|
|
Chris PeBenito |
9bbc75 |
|
|
Chris PeBenito |
d8636f |
miscfiles_read_localization(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
miscfiles_read_fonts(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
724925 |
sysnet_read_config(bluetooth_helper_t)
|
|
Chris PeBenito |
724925 |
|
|
Chris PeBenito |
41b25f |
ifdef(`targeted_policy',`
|
|
Chris PeBenito |
41b25f |
files_rw_generic_tmp_sockets(bluetooth_helper_t)
|
|
Chris PeBenito |
41b25f |
|
|
Chris PeBenito |
41b25f |
fs_rw_tmpfs_files(bluetooth_helper_t)
|
|
Chris PeBenito |
41b25f |
|
|
Chris PeBenito |
8cfa5a |
term_dontaudit_use_generic_ptys(bluetooth_helper_t)
|
|
Chris PeBenito |
8cfa5a |
|
|
Chris PeBenito |
41b25f |
unconfined_stream_connect(bluetooth_helper_t)
|
|
Chris PeBenito |
41b25f |
|
|
Chris PeBenito |
41b25f |
userdom_read_all_users_home_content_files(bluetooth_helper_t)
|
|
Chris PeBenito |
41b25f |
|
|
Chris PeBenito |
41b25f |
optional_policy(`
|
|
Chris PeBenito |
41b25f |
xserver_stream_connect_xdm(bluetooth_helper_t)
|
|
Chris PeBenito |
41b25f |
')
|
|
Chris PeBenito |
41b25f |
')
|
|
Chris PeBenito |
41b25f |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
8cfa5a |
bluetooth_dbus_chat(bluetooth_helper_t)
|
|
Chris PeBenito |
a3cf80 |
dbus_system_bus_client_template(bluetooth_helper,bluetooth_helper_t)
|
|
Chris PeBenito |
a3cf80 |
dbus_connect_system_bus(bluetooth_helper_t)
|
|
Chris PeBenito |
a3cf80 |
dbus_send_system_bus(bluetooth_helper_t)
|
|
Chris PeBenito |
a3cf80 |
')
|
|
Chris PeBenito |
725926 |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
1815ba |
nscd_socket_use(bluetooth_helper_t)
|
|
Chris PeBenito |
d8636f |
')
|
|
Chris PeBenito |
d8636f |
|
|
Chris PeBenito |
bb7170 |
optional_policy(`
|
|
Chris PeBenito |
a3cf80 |
xserver_stream_connect_xdm(bluetooth_helper_t)
|
|
Chris PeBenito |
a3cf80 |
')
|