diff --git a/Changelog b/Changelog index 32d2a27b..256b41e8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Patch for misc fixes to bluetooth from Dan Walsh. - Patch for misc fixes to kerberos from Dan Walsh. - Patch to start deprecating usercanread attribute from Ryan Bradetich. - Add dccp_socket object class which was added in kernel 2.6.20. diff --git a/policy/modules/services/bluetooth.te b/policy/modules/services/bluetooth.te index 7c8c52dd..18c13c90 100644 --- a/policy/modules/services/bluetooth.te +++ b/policy/modules/services/bluetooth.te @@ -1,5 +1,5 @@ -policy_module(bluetooth,1.4.0) +policy_module(bluetooth,1.4.1) ######################################## # @@ -41,7 +41,7 @@ files_pid_file(bluetooth_var_run_t) # Bluetooth services local policy # -allow bluetooth_t self:capability { net_admin net_raw sys_tty_config ipc_lock }; +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; @@ -98,6 +98,7 @@ dev_read_urand(bluetooth_t) fs_getattr_all_fs(bluetooth_t) fs_search_auto_mountpoints(bluetooth_t) +fs_search_inotifyfs(bluetooth_t) term_dontaudit_use_console(bluetooth_t) #Handle bluetooth serial devices