1900668638
The latest revision of the labeled policy patches which enable both labeled and unlabeled policy support for NetLabel. This revision takes into account Chris' feedback from the first version and reduces the number of interface calls in each domain down to two at present: one for unlabeled access, one for NetLabel access. The older, transport layer specific interfaces, are still present for use by third-party modules but are not used in the default policy modules. trunk: Use netmsg initial SID for MLS-only Netlabel packets, from Paul Moore. This patch changes the policy to use the netmsg initial SID as the "base" SID/context for NetLabel packets which only have MLS security attributes. Currently we use the unlabeled initial SID which makes it very difficult to distinquish between actual unlabeled packets and those packets which have MLS security attributes.
248 lines
7.6 KiB
Plaintext
248 lines
7.6 KiB
Plaintext
|
|
policy_module(bluetooth,1.5.2)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
type bluetooth_t;
|
|
type bluetooth_exec_t;
|
|
init_daemon_domain(bluetooth_t,bluetooth_exec_t)
|
|
|
|
type bluetooth_conf_t;
|
|
files_type(bluetooth_conf_t)
|
|
|
|
type bluetooth_conf_rw_t;
|
|
files_type(bluetooth_conf_rw_t)
|
|
|
|
type bluetooth_helper_t;
|
|
type bluetooth_helper_exec_t;
|
|
domain_type(bluetooth_helper_t)
|
|
domain_entry_file(bluetooth_helper_t,bluetooth_helper_exec_t)
|
|
role system_r types bluetooth_helper_t;
|
|
|
|
type bluetooth_helper_tmp_t;
|
|
files_tmp_file(bluetooth_helper_tmp_t)
|
|
|
|
type bluetooth_lock_t;
|
|
files_lock_file(bluetooth_lock_t)
|
|
|
|
type bluetooth_tmp_t;
|
|
files_tmp_file(bluetooth_tmp_t)
|
|
|
|
type bluetooth_var_lib_t;
|
|
files_type(bluetooth_var_lib_t)
|
|
|
|
type bluetooth_var_run_t;
|
|
files_pid_file(bluetooth_var_run_t)
|
|
|
|
########################################
|
|
#
|
|
# Bluetooth services local policy
|
|
#
|
|
|
|
allow bluetooth_t self:capability { net_bind_service net_admin net_raw sys_tty_config ipc_lock };
|
|
dontaudit bluetooth_t self:capability sys_tty_config;
|
|
allow bluetooth_t self:process { getsched signal_perms };
|
|
allow bluetooth_t self:fifo_file rw_fifo_file_perms;
|
|
allow bluetooth_t self:shm create_shm_perms;
|
|
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;
|
|
allow bluetooth_t self:tcp_socket create_stream_socket_perms;
|
|
allow bluetooth_t self:udp_socket create_socket_perms;
|
|
|
|
read_files_pattern(bluetooth_t,bluetooth_conf_t,bluetooth_conf_t)
|
|
|
|
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 })
|
|
|
|
domtrans_pattern(bluetooth_t, bluetooth_helper_exec_t, bluetooth_helper_t)
|
|
|
|
allow bluetooth_t bluetooth_lock_t:file manage_file_perms;
|
|
files_lock_filetrans(bluetooth_t,bluetooth_lock_t,file)
|
|
|
|
manage_dirs_pattern(bluetooth_t,bluetooth_tmp_t,bluetooth_tmp_t)
|
|
manage_files_pattern(bluetooth_t,bluetooth_tmp_t,bluetooth_tmp_t)
|
|
files_tmp_filetrans(bluetooth_t, bluetooth_tmp_t, { file dir })
|
|
|
|
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 } )
|
|
|
|
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)
|
|
files_pid_filetrans(bluetooth_t, bluetooth_var_run_t, { file sock_file })
|
|
|
|
kernel_read_kernel_sysctls(bluetooth_t)
|
|
kernel_read_system_state(bluetooth_t)
|
|
|
|
corenet_all_recvfrom_unlabeled(bluetooth_t)
|
|
corenet_all_recvfrom_netlabel(bluetooth_t)
|
|
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)
|
|
dev_rw_generic_usb_dev(bluetooth_t)
|
|
dev_read_urand(bluetooth_t)
|
|
|
|
fs_getattr_all_fs(bluetooth_t)
|
|
fs_search_auto_mountpoints(bluetooth_t)
|
|
fs_list_inotifyfs(bluetooth_t)
|
|
|
|
#Handle bluetooth serial devices
|
|
term_use_unallocated_ttys(bluetooth_t)
|
|
|
|
corecmd_exec_bin(bluetooth_t)
|
|
corecmd_exec_shell(bluetooth_t)
|
|
|
|
domain_use_interactive_fds(bluetooth_t)
|
|
domain_dontaudit_search_all_domains_state(bluetooth_t)
|
|
|
|
files_read_etc_files(bluetooth_t)
|
|
files_read_etc_runtime_files(bluetooth_t)
|
|
files_read_usr_files(bluetooth_t)
|
|
|
|
libs_use_ld_so(bluetooth_t)
|
|
libs_use_shared_libs(bluetooth_t)
|
|
|
|
locallogin_dontaudit_use_fds(bluetooth_helper_t)
|
|
|
|
logging_send_syslog_msg(bluetooth_t)
|
|
|
|
miscfiles_read_localization(bluetooth_t)
|
|
miscfiles_read_fonts(bluetooth_t)
|
|
|
|
sysnet_read_config(bluetooth_t)
|
|
|
|
userdom_dontaudit_use_unpriv_user_fds(bluetooth_t)
|
|
userdom_dontaudit_use_sysadm_ptys(bluetooth_t)
|
|
userdom_dontaudit_search_sysadm_home_dirs(bluetooth_t)
|
|
|
|
ifdef(`targeted_policy',`
|
|
term_dontaudit_use_unallocated_ttys(bluetooth_t)
|
|
term_dontaudit_use_generic_ptys(bluetooth_t)
|
|
files_dontaudit_read_root_files(bluetooth_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
dbus_system_bus_client_template(bluetooth,bluetooth_t)
|
|
dbus_connect_system_bus(bluetooth_t)
|
|
dbus_send_system_bus(bluetooth_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
nis_use_ypbind(bluetooth_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
seutil_sigchld_newrole(bluetooth_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
udev_read_db(bluetooth_t)
|
|
')
|
|
|
|
########################################
|
|
#
|
|
# Bluetooth helper local policy
|
|
#
|
|
|
|
allow bluetooth_helper_t self:capability sys_nice;
|
|
allow bluetooth_helper_t self:process getsched;
|
|
allow bluetooth_helper_t self:fifo_file rw_fifo_file_perms;
|
|
allow bluetooth_helper_t self:shm create_shm_perms;
|
|
allow bluetooth_helper_t self:unix_stream_socket { create_stream_socket_perms connectto };
|
|
allow bluetooth_helper_t self:tcp_socket create_socket_perms;
|
|
allow bluetooth_helper_t self:netlink_route_socket r_netlink_socket_perms;
|
|
|
|
allow bluetooth_helper_t bluetooth_t:socket { read write };
|
|
|
|
manage_dirs_pattern(bluetooth_helper_t,bluetooth_helper_tmp_t,bluetooth_helper_tmp_t)
|
|
manage_files_pattern(bluetooth_helper_t,bluetooth_helper_tmp_t,bluetooth_helper_tmp_t)
|
|
manage_sock_files_pattern(bluetooth_helper_t,bluetooth_helper_tmp_t,bluetooth_helper_tmp_t)
|
|
files_tmp_filetrans(bluetooth_helper_t, bluetooth_helper_tmp_t, { file dir sock_file })
|
|
|
|
kernel_read_system_state(bluetooth_helper_t)
|
|
kernel_read_kernel_sysctls(bluetooth_helper_t)
|
|
|
|
dev_read_urand(bluetooth_helper_t)
|
|
|
|
term_dontaudit_use_all_user_ttys(bluetooth_helper_t)
|
|
|
|
corecmd_exec_bin(bluetooth_helper_t)
|
|
corecmd_exec_shell(bluetooth_helper_t)
|
|
|
|
domain_read_all_domains_state(bluetooth_helper_t)
|
|
|
|
files_read_etc_files(bluetooth_helper_t)
|
|
files_read_etc_runtime_files(bluetooth_helper_t)
|
|
files_read_usr_files(bluetooth_helper_t)
|
|
files_search_tmp(bluetooth_helper_t)
|
|
files_dontaudit_list_default(bluetooth_helper_t)
|
|
|
|
libs_use_ld_so(bluetooth_helper_t)
|
|
libs_use_shared_libs(bluetooth_helper_t)
|
|
|
|
logging_send_syslog_msg(bluetooth_helper_t)
|
|
|
|
miscfiles_read_localization(bluetooth_helper_t)
|
|
miscfiles_read_fonts(bluetooth_helper_t)
|
|
|
|
sysnet_read_config(bluetooth_helper_t)
|
|
|
|
ifdef(`targeted_policy',`
|
|
files_rw_generic_tmp_sockets(bluetooth_helper_t)
|
|
files_manage_generic_tmp_files(bluetooth_helper_t)
|
|
|
|
fs_rw_tmpfs_files(bluetooth_helper_t)
|
|
|
|
term_dontaudit_use_generic_ptys(bluetooth_helper_t)
|
|
term_dontaudit_use_unallocated_ttys(bluetooth_helper_t)
|
|
|
|
unconfined_stream_connect(bluetooth_helper_t)
|
|
|
|
userdom_manage_generic_user_home_content_files(bluetooth_helper_t)
|
|
|
|
optional_policy(`
|
|
corenet_tcp_connect_xserver_port(bluetooth_helper_t)
|
|
#Bugzilla https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205956
|
|
xserver_read_xdm_tmp_files(bluetooth_helper_t)
|
|
xserver_stream_connect_xdm(bluetooth_helper_t)
|
|
xserver_use_xdm_fds(bluetooth_helper_t)
|
|
xserver_rw_xdm_pipes(bluetooth_helper_t)
|
|
# when started via startx
|
|
xserver_stream_connect_xdm_xserver(bluetooth_helper_t)
|
|
')
|
|
')
|
|
|
|
optional_policy(`
|
|
bluetooth_dbus_chat(bluetooth_helper_t)
|
|
dbus_system_bus_client_template(bluetooth_helper,bluetooth_helper_t)
|
|
dbus_connect_system_bus(bluetooth_helper_t)
|
|
dbus_send_system_bus(bluetooth_helper_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
nscd_socket_use(bluetooth_helper_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
ppp_domtrans(bluetooth_t)
|
|
')
|
|
|
|
optional_policy(`
|
|
xserver_stream_connect_xdm(bluetooth_helper_t)
|
|
')
|