Skip to content
Snippets Groups Projects
Commit 23ca0826 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Allow Bluetooth process to access /dev/uhid in SELinux Policy am: a61f7f60 am: ae709241

am: a8af61f0

Change-Id: I9c49e79fd976c9c4bf37d79102d22d1e4c350a40
parents dc8a278a a8af61f0
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ allow bluetooth self:tun_socket create_socket_perms_no_ioctl;
allow bluetooth tun_device:chr_file rw_file_perms;
allow bluetooth efs_file:dir search;
# allow Bluetooth to access uhid device for HID profile
allow bluetooth uhid_device:chr_file rw_file_perms;
# proc access.
allow bluetooth proc_bluetooth_writable:file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment