Patch for misc fixes to bluetooth from Dan Walsh.
This commit is contained in:
parent
5b06477c8e
commit
f0eaed31be
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue