Patch for misc fixes to bluetooth from Dan Walsh.

This commit is contained in:
Chris PeBenito 2007-02-26 17:23:52 +00:00
parent 5b06477c8e
commit f0eaed31be
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
- Patch for misc fixes to bluetooth from Dan Walsh.
- Patch for misc fixes to kerberos from Dan Walsh. - Patch for misc fixes to kerberos from Dan Walsh.
- Patch to start deprecating usercanread attribute from Ryan Bradetich. - Patch to start deprecating usercanread attribute from Ryan Bradetich.
- Add dccp_socket object class which was added in kernel 2.6.20. - Add dccp_socket object class which was added in kernel 2.6.20.

View File

@ -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 # 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; dontaudit bluetooth_t self:capability sys_tty_config;
allow bluetooth_t self:process { getsched signal_perms }; allow bluetooth_t self:process { getsched signal_perms };
allow bluetooth_t self:fifo_file rw_fifo_file_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_getattr_all_fs(bluetooth_t)
fs_search_auto_mountpoints(bluetooth_t) fs_search_auto_mountpoints(bluetooth_t)
fs_search_inotifyfs(bluetooth_t)
term_dontaudit_use_console(bluetooth_t) term_dontaudit_use_console(bluetooth_t)
#Handle bluetooth serial devices #Handle bluetooth serial devices